| License |
License |
|---|---|
| GroupId | GroupIdcom.github.cfengdev |
| ArtifactId | ArtifactIdrabbit-common |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rabbit-common-1.0.pom | |
| rabbit-common-1.0.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cfengdev/rabbit-common/ -->
<dependency>
<groupId>com.github.cfengdev</groupId>
<artifactId>rabbit-common</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cfengdev/rabbit-common/
implementation 'com.github.cfengdev:rabbit-common:1.0'
// https://jarcasting.com/artifacts/com.github.cfengdev/rabbit-common/
implementation ("com.github.cfengdev:rabbit-common:1.0")
'com.github.cfengdev:rabbit-common:jar:1.0'
<dependency org="com.github.cfengdev" name="rabbit-common" rev="1.0">
<artifact name="rabbit-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cfengdev', module='rabbit-common', version='1.0')
)
libraryDependencies += "com.github.cfengdev" % "rabbit-common" % "1.0"
[com.github.cfengdev/rabbit-common "1.0"]