is not current version
Last Version 2.5.1.v20220215

org.nutz:nutzboot-parent 2.1.1

NutzBoot, micoservice base on Nutz

GroupId

GroupId

org.nutz
ArtifactId

ArtifactId

nutzboot-parent
Version

Version

2.1.1
Type

Type

pom

Download nutzboot-parent 2.1.1

Filename Size
nutzboot-parent-2.1.1.pom 26 KB
Browse

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