is not current version
Last Version 2.5.1.v20220215

org.nutz:nutzboot-parent 2.1.8

NutzBoot, micoservice base on Nutz

GroupId

GroupId

org.nutz
ArtifactId

ArtifactId

nutzboot-parent
Version

Version

2.1.8
Type

Type

pom

Download nutzboot-parent 2.1.8

Filename Size
nutzboot-parent-2.1.8.pom 27 KB
Browse

<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-parent/ -->
<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutzboot-parent</artifactId>
    <version>2.1.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-parent/
implementation 'org.nutz:nutzboot-parent:2.1.8'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-parent/
implementation ("org.nutz:nutzboot-parent:2.1.8")
'org.nutz:nutzboot-parent:pom:2.1.8'
<dependency org="org.nutz" name="nutzboot-parent" rev="2.1.8">
  <artifact name="nutzboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-parent', version='2.1.8')
)
libraryDependencies += "org.nutz" % "nutzboot-parent" % "2.1.8"
[org.nutz/nutzboot-parent "2.1.8"]