| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.rabbitmq |
| ArtifactId | ArtifactIdhttp-client |
| Version | Version3.12.1 |
| Type | Typejar |
| Description |
DescriptionHop
Java Client for the RabbitMQ HTTP API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| http-client-3.12.1.pom | |
| http-client-3.12.1.jar | 134 KB |
| http-client-3.12.1-sources.jar | 97 KB |
| http-client-3.12.1-javadoc.jar | 436 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rabbitmq/http-client/ -->
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>http-client</artifactId>
<version>3.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rabbitmq/http-client/
implementation 'com.rabbitmq:http-client:3.12.1'
// https://jarcasting.com/artifacts/com.rabbitmq/http-client/
implementation ("com.rabbitmq:http-client:3.12.1")
'com.rabbitmq:http-client:jar:3.12.1'
<dependency org="com.rabbitmq" name="http-client" rev="3.12.1">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rabbitmq', module='http-client', version='3.12.1')
)
libraryDependencies += "com.rabbitmq" % "http-client" % "3.12.1"
[com.rabbitmq/http-client "3.12.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web Optional | jar | 5.3.9 |
| org.apache.httpcomponents : httpclient Optional | jar | 4.5.13 |
| com.squareup.okhttp3 : okhttp Optional | jar | 3.14.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.5 |
| io.projectreactor.netty : reactor-netty Optional | jar | 1.0.10 |
| org.codehaus.groovy : groovy | jar | 3.0.8 |
| org.codehaus.groovy : groovy-json | jar | 3.0.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spockframework : spock-core | jar | |
| org.spockframework : spock-junit4 | jar | |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
| com.rabbitmq : amqp-client | jar | 5.13.1 |
| ch.qos.logback : logback-classic | jar | 1.2.5 |