<dependency> <groupId>com.rabbitmq</groupId> <artifactId>http-client</artifactId> <version>2.0.2.RELEASE</version> </dependency>
implementation 'com.rabbitmq:http-client:2.0.2.RELEASE'
implementation("com.rabbitmq:http-client:2.0.2.RELEASE")
libraryDependencies += "com.rabbitmq" % "http-client" % "2.0.2.RELEASE"
@Grapes( @Grab(group='com.rabbitmq', module='http-client', version='2.0.2.RELEASE') )
<dependency org="com.rabbitmq" name="http-client" rev="2.0.2.RELEASE" />
[com.rabbitmq/http-client "2.0.2.RELEASE"]
'com.rabbitmq:http-client:jar:2.0.2.RELEASE'
compile
|-- org.springframework:spring-web:5.0.6.RELEASE
|-- org.springframework:spring-webflux:5.0.6.RELEASE
|-- org.apache.httpcomponents:httpclient:4.5.5
|-- com.fasterxml.jackson.core:jackson-databind:2.9.5
|-- io.projectreactor.ipc:reactor-netty