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