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