Files download
File Operation
jrestful-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.enpassant</groupId>
  <artifactId>jrestful</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.enpassant:jrestful:1.1.0'
Gradle Kotlin
implementation("io.github.enpassant:jrestful:1.1.0")
Scala SBT
libraryDependencies += "io.github.enpassant" % "jrestful" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.enpassant', module='jrestful', version='1.1.0')
)
Apache Ivy
<dependency org="io.github.enpassant" name="jrestful" rev="1.1.0" />
Leiningen
[io.github.enpassant/jrestful "1.1.0"]
Apache Buildr
'io.github.enpassant:jrestful:jar:1.1.0'
Dependencies
The project has no third-party dependencies