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