is not current version
Last Version 2.2.4

com.github.chengyuxing:rabbit-common 2.0.9

一个公共类库工具类

GroupId

GroupId

com.github.chengyuxing
ArtifactId

ArtifactId

rabbit-common
Version

Version

2.0.9
Type

Type

jar

Download rabbit-common 2.0.9


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