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