Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.rabbitmq |
ArtifactId | ArtifactIdhttp-client |
Version | Version3.12.0 |
Type | Typejar |
Filename | Size |
---|---|
http-client-3.12.0.pom | |
http-client-3.12.0.jar | 134 KB |
http-client-3.12.0-sources.jar | 97 KB |
http-client-3.12.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rabbitmq/http-client/
implementation 'com.rabbitmq:http-client:3.12.0'
// https://jarcasting.com/artifacts/com.rabbitmq/http-client/
implementation ("com.rabbitmq:http-client:3.12.0")
'com.rabbitmq:http-client:jar:3.12.0'
<dependency org="com.rabbitmq" name="http-client" rev="3.12.0">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rabbitmq', module='http-client', version='3.12.0')
)
libraryDependencies += "com.rabbitmq" % "http-client" % "3.12.0"
[com.rabbitmq/http-client "3.12.0"]