h

http-client

Java Client for the RabbitMQ HTTP API
https://www.rabbitmq.com
ASL 2.0
Team RabbitMQ
Files download
File Operation
http-client-4.0.0.jar download
http-client-4.0.0.pom download
http-client-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>http-client</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.rabbitmq:http-client:4.0.0'
Gradle Kotlin
implementation("com.rabbitmq:http-client:4.0.0")
Scala SBT
libraryDependencies += "com.rabbitmq" % "http-client" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.rabbitmq', module='http-client', version='4.0.0')
)
Apache Ivy
<dependency org="com.rabbitmq" name="http-client" rev="4.0.0" />
Leiningen
[com.rabbitmq/http-client "4.0.0"]
Apache Buildr
'com.rabbitmq:http-client:jar:4.0.0'