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