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