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