is not current version
Last Version 2.7.1

org.nutz:nutz-spring-boot-starter 2.2.2.RELEASE

spring boot nutz starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.nutz
ArtifactId

ArtifactId

nutz-spring-boot-starter
Version

Version

2.2.2.RELEASE
Type

Type

jar

Download nutz-spring-boot-starter 2.2.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.nutz/nutz-spring-boot-starter/ -->
<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutz-spring-boot-starter</artifactId>
    <version>2.2.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutz-spring-boot-starter/
implementation 'org.nutz:nutz-spring-boot-starter:2.2.2.RELEASE'
// https://jarcasting.com/artifacts/org.nutz/nutz-spring-boot-starter/
implementation ("org.nutz:nutz-spring-boot-starter:2.2.2.RELEASE")
'org.nutz:nutz-spring-boot-starter:jar:2.2.2.RELEASE'
<dependency org="org.nutz" name="nutz-spring-boot-starter" rev="2.2.2.RELEASE">
  <artifact name="nutz-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutz-spring-boot-starter', version='2.2.2.RELEASE')
)
libraryDependencies += "org.nutz" % "nutz-spring-boot-starter" % "2.2.2.RELEASE"
[org.nutz/nutz-spring-boot-starter "2.2.2.RELEASE"]