| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.rabbitmq |
| ArtifactId | ArtifactIdhttp-client |
| Version | Version1.1.0.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-client-1.1.0.RELEASE.pom | |
| http-client-1.1.0.RELEASE.jar | 48 KB |
| http-client-1.1.0.RELEASE-sources.jar | 38 KB |
| http-client-1.1.0.RELEASE-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.rabbitmq/http-client/ -->
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>http-client</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.rabbitmq/http-client/
implementation 'com.rabbitmq:http-client:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.rabbitmq/http-client/
implementation ("com.rabbitmq:http-client:1.1.0.RELEASE")
'com.rabbitmq:http-client:jar:1.1.0.RELEASE'
<dependency org="com.rabbitmq" name="http-client" rev="1.1.0.RELEASE">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rabbitmq', module='http-client', version='1.1.0.RELEASE')
)
libraryDependencies += "com.rabbitmq" % "http-client" % "1.1.0.RELEASE"
[com.rabbitmq/http-client "1.1.0.RELEASE"]