文件下载
文件名 操作
rest-driver-1.1.43.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.rest-driver</groupId>
  <artifactId>rest-driver</artifactId>
  <version>1.1.43</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.rest-driver:rest-driver:1.1.43'
Gradle Kotlin
implementation("com.github.rest-driver:rest-driver:1.1.43")
Scala SBT
libraryDependencies += "com.github.rest-driver" % "rest-driver" % "1.1.43"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rest-driver', module='rest-driver', version='1.1.43')
)
Apache Ivy
<dependency org="com.github.rest-driver" name="rest-driver" rev="1.1.43" />
Leiningen
[com.github.rest-driver/rest-driver "1.1.43"]
Apache Buildr
'com.github.rest-driver:rest-driver:jar:1.1.43'