j

jurest-archetype

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