| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdorg.nutz | 
    
| ArtifactId | ArtifactIdnutz-spring-boot-starter | 
    
| Version | Version2.3.12.RELEASE.20210701 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.nutz/nutz-spring-boot-starter/ -->
<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutz-spring-boot-starter</artifactId>
    <version>2.3.12.RELEASE.20210701</version>
</dependency>
                // https://jarcasting.com/artifacts/org.nutz/nutz-spring-boot-starter/
implementation 'org.nutz:nutz-spring-boot-starter:2.3.12.RELEASE.20210701'
                // https://jarcasting.com/artifacts/org.nutz/nutz-spring-boot-starter/
implementation ("org.nutz:nutz-spring-boot-starter:2.3.12.RELEASE.20210701")
                'org.nutz:nutz-spring-boot-starter:jar:2.3.12.RELEASE.20210701'
                <dependency org="org.nutz" name="nutz-spring-boot-starter" rev="2.3.12.RELEASE.20210701">
  <artifact name="nutz-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.nutz', module='nutz-spring-boot-starter', version='2.3.12.RELEASE.20210701')
)
                libraryDependencies += "org.nutz" % "nutz-spring-boot-starter" % "2.3.12.RELEASE.20210701"
                [org.nutz/nutz-spring-boot-starter "2.3.12.RELEASE.20210701"]