j

jurest-archetype

Files download
File Operation
jurest-archetype-1.1.6.jar download
jurest-archetype-1.1.6.pom download
jurest-archetype-1.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.zxytech.jurest</groupId>
  <artifactId>jurest-archetype</artifactId>
  <version>1.1.6</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'com.zxytech.jurest:jurest-archetype:1.1.6'
Gradle Kotlin
implementation("com.zxytech.jurest:jurest-archetype:1.1.6")
Scala SBT
libraryDependencies += "com.zxytech.jurest" % "jurest-archetype" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.zxytech.jurest', module='jurest-archetype', version='1.1.6')
)
Apache Ivy
<dependency org="com.zxytech.jurest" name="jurest-archetype" rev="1.1.6" />
Leiningen
[com.zxytech.jurest/jurest-archetype "1.1.6"]
Apache Buildr
'com.zxytech.jurest:jurest-archetype:jar:1.1.6'