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