GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutzboot-starter-velocity |
Version | Version2.3.3.v20190329 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-velocity/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutzboot-starter-velocity</artifactId>
<version>2.3.3.v20190329</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-velocity/
implementation 'org.nutz:nutzboot-starter-velocity:2.3.3.v20190329'
// https://jarcasting.com/artifacts/org.nutz/nutzboot-starter-velocity/
implementation ("org.nutz:nutzboot-starter-velocity:2.3.3.v20190329")
'org.nutz:nutzboot-starter-velocity:jar:2.3.3.v20190329'
<dependency org="org.nutz" name="nutzboot-starter-velocity" rev="2.3.3.v20190329">
<artifact name="nutzboot-starter-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutzboot-starter-velocity', version='2.3.3.v20190329')
)
libraryDependencies += "org.nutz" % "nutzboot-starter-velocity" % "2.3.3.v20190329"
[org.nutz/nutzboot-starter-velocity "2.3.3.v20190329"]