Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.rapture |
ArtifactId | ArtifactIdRabbitMQ |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
RabbitMQ-3.0.2.pom | |
RabbitMQ-3.0.2.jar | 22 KB |
RabbitMQ-3.0.2-sources.jar | 11 KB |
RabbitMQ-3.0.2-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rapture/RabbitMQ/ -->
<dependency>
<groupId>net.rapture</groupId>
<artifactId>RabbitMQ</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.rapture/RabbitMQ/
implementation 'net.rapture:RabbitMQ:3.0.2'
// https://jarcasting.com/artifacts/net.rapture/RabbitMQ/
implementation ("net.rapture:RabbitMQ:3.0.2")
'net.rapture:RabbitMQ:jar:3.0.2'
<dependency org="net.rapture" name="RabbitMQ" rev="3.0.2">
<artifact name="RabbitMQ" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rapture', module='RabbitMQ', version='3.0.2')
)
libraryDependencies += "net.rapture" % "RabbitMQ" % "3.0.2"
[net.rapture/RabbitMQ "3.0.2"]