GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutzboot-parent |
Version | Version2.3.8.v20191031 |
Type | Typepom |
Filename | Size |
---|---|
nutzboot-parent-2.3.8.v20191031.pom | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-parent/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-parent</artifactId>
<version>2.3.8.v20191031</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-parent/
implementation 'org.nutz:nutzboot-parent:2.3.8.v20191031'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-parent/
implementation ("org.nutz:nutzboot-parent:2.3.8.v20191031")
'org.nutz:nutzboot-parent:pom:2.3.8.v20191031'
<dependency org="org.nutz" name="nutzboot-parent" rev="2.3.8.v20191031">
<artifact name="nutzboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-parent', version='2.3.8.v20191031')
)
libraryDependencies += "org.nutz" % "nutzboot-parent" % "2.3.8.v20191031"
[org.nutz/nutzboot-parent "2.3.8.v20191031"]