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