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