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