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