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