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