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