is not current version
Last Version 4.2.5

org.bitbucket.swattu:rabbitmq 3.0.1


GroupId

GroupId

org.bitbucket.swattu
ArtifactId

ArtifactId

rabbitmq
Version

Version

3.0.1
Type

Type

jar

Download rabbitmq 3.0.1


<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/rabbitmq/ -->
<dependency>
    <groupId>org.bitbucket.swattu</groupId>
    <artifactId>rabbitmq</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/rabbitmq/
implementation 'org.bitbucket.swattu:rabbitmq:3.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/rabbitmq/
implementation ("org.bitbucket.swattu:rabbitmq:3.0.1")
'org.bitbucket.swattu:rabbitmq:jar:3.0.1'
<dependency org="org.bitbucket.swattu" name="rabbitmq" rev="3.0.1">
  <artifact name="rabbitmq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='rabbitmq', version='3.0.1')
)
libraryDependencies += "org.bitbucket.swattu" % "rabbitmq" % "3.0.1"
[org.bitbucket.swattu/rabbitmq "3.0.1"]