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