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