GroupId | GroupIdcom.github.shoothzj |
---|---|
ArtifactId | ArtifactIdrabbitmq-sdk |
Version | Version3.0.10.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/rabbitmq-sdk/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>rabbitmq-sdk</artifactId>
<version>3.0.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/rabbitmq-sdk/
implementation 'com.github.shoothzj:rabbitmq-sdk:3.0.10.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/rabbitmq-sdk/
implementation ("com.github.shoothzj:rabbitmq-sdk:3.0.10.RELEASE")
'com.github.shoothzj:rabbitmq-sdk:jar:3.0.10.RELEASE'
<dependency org="com.github.shoothzj" name="rabbitmq-sdk" rev="3.0.10.RELEASE">
<artifact name="rabbitmq-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='rabbitmq-sdk', version='3.0.10.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "rabbitmq-sdk" % "3.0.10.RELEASE"
[com.github.shoothzj/rabbitmq-sdk "3.0.10.RELEASE"]