is not current version
Last Version 4.1.2

com.rabbitmq:http-client 4.1.1

Java Client for the RabbitMQ HTTP API

Categories

Categories

CLI User Interface
GroupId

GroupId

com.rabbitmq
ArtifactId

ArtifactId

http-client
Version

Version

4.1.1
Type

Type

jar

Download http-client 4.1.1


<!-- https://jarcasting.com/artifacts/com.rabbitmq/http-client/ -->
<dependency>
    <groupId>com.rabbitmq</groupId>
    <artifactId>http-client</artifactId>
    <version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rabbitmq/http-client/
implementation 'com.rabbitmq:http-client:4.1.1'
// https://jarcasting.com/artifacts/com.rabbitmq/http-client/
implementation ("com.rabbitmq:http-client:4.1.1")
'com.rabbitmq:http-client:jar:4.1.1'
<dependency org="com.rabbitmq" name="http-client" rev="4.1.1">
  <artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rabbitmq', module='http-client', version='4.1.1')
)
libraryDependencies += "com.rabbitmq" % "http-client" % "4.1.1"
[com.rabbitmq/http-client "4.1.1"]