GroupId | GroupIdcom.github.chengyuxing |
---|---|
ArtifactId | ArtifactIdrabbit-common |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
rabbit-common-2.1.6.pom | |
rabbit-common-2.1.6.jar | 62 KB |
rabbit-common-2.1.6-sources.jar | 42 KB |
rabbit-common-2.1.6-javadoc.jar | 265 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chengyuxing/rabbit-common/ -->
<dependency>
<groupId>com.github.chengyuxing</groupId>
<artifactId>rabbit-common</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chengyuxing/rabbit-common/
implementation 'com.github.chengyuxing:rabbit-common:2.1.6'
// https://jarcasting.com/artifacts/com.github.chengyuxing/rabbit-common/
implementation ("com.github.chengyuxing:rabbit-common:2.1.6")
'com.github.chengyuxing:rabbit-common:jar:2.1.6'
<dependency org="com.github.chengyuxing" name="rabbit-common" rev="2.1.6">
<artifact name="rabbit-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chengyuxing', module='rabbit-common', version='2.1.6')
)
libraryDependencies += "com.github.chengyuxing" % "rabbit-common" % "2.1.6"
[com.github.chengyuxing/rabbit-common "2.1.6"]