не последняя версия
Последняя версия 4.1.2

com.rabbitmq:http-client 3.3.0.RELEASE

Java client for the RabbitMQ HTTP API

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.rabbitmq
Идентификатор

Идентификатор

http-client
Версия

Версия

3.3.0.RELEASE
Тип

Тип

jar

Скачать http-client 3.3.0.RELEASE


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