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