is not current version
Last Version 1.1.1

com.github.jzhi001:zjc-rabbit 1.1

homemade rabbitMQ framework

GroupId

GroupId

com.github.jzhi001
ArtifactId

ArtifactId

zjc-rabbit
Version

Version

1.1
Type

Type

jar

Download zjc-rabbit 1.1


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