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