| GroupId | GroupIdorg.bitbucket.swattu |
|---|---|
| ArtifactId | ArtifactIdrabbitmq |
| Version | Version3.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rabbitmq-3.0.6.pom | |
| rabbitmq-3.0.6.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/rabbitmq/ -->
<dependency>
<groupId>org.bitbucket.swattu</groupId>
<artifactId>rabbitmq</artifactId>
<version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/rabbitmq/
implementation 'org.bitbucket.swattu:rabbitmq:3.0.6'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/rabbitmq/
implementation ("org.bitbucket.swattu:rabbitmq:3.0.6")
'org.bitbucket.swattu:rabbitmq:jar:3.0.6'
<dependency org="org.bitbucket.swattu" name="rabbitmq" rev="3.0.6">
<artifact name="rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='rabbitmq', version='3.0.6')
)
libraryDependencies += "org.bitbucket.swattu" % "rabbitmq" % "3.0.6"
[org.bitbucket.swattu/rabbitmq "3.0.6"]