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