文件下载
文件名 操作
http-client-2.0.2.RELEASE.jar 下载
http-client-2.0.2.RELEASE.pom 下载
http-client-2.0.2.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rabbitmq</groupId>
  <artifactId>http-client</artifactId>
  <version>2.0.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.rabbitmq:http-client:2.0.2.RELEASE'
Gradle Kotlin
implementation("com.rabbitmq:http-client:2.0.2.RELEASE")
Scala SBT
libraryDependencies += "com.rabbitmq" % "http-client" % "2.0.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.rabbitmq', module='http-client', version='2.0.2.RELEASE')
)
Apache Ivy
<dependency org="com.rabbitmq" name="http-client" rev="2.0.2.RELEASE" />
Leiningen
[com.rabbitmq/http-client "2.0.2.RELEASE"]
Apache Buildr
'com.rabbitmq:http-client:jar:2.0.2.RELEASE'