| GroupId | GroupIdcom.gitee.zzhhz |
|---|---|
| ArtifactId | ArtifactIdHRabbit |
| Version | Version0.0.8 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| HRabbit-0.0.8.pom | |
| HRabbit-0.0.8-sources.jar | 16 KB |
| HRabbit-0.0.8-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zzhhz/HRabbit/ -->
<dependency>
<groupId>com.gitee.zzhhz</groupId>
<artifactId>HRabbit</artifactId>
<version>0.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zzhhz/HRabbit/
implementation 'com.gitee.zzhhz:HRabbit:0.0.8'
// https://jarcasting.com/artifacts/com.gitee.zzhhz/HRabbit/
implementation ("com.gitee.zzhhz:HRabbit:0.0.8")
'com.gitee.zzhhz:HRabbit:aar:0.0.8'
<dependency org="com.gitee.zzhhz" name="HRabbit" rev="0.0.8">
<artifact name="HRabbit" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zzhhz', module='HRabbit', version='0.0.8')
)
libraryDependencies += "com.gitee.zzhhz" % "HRabbit" % "0.0.8"
[com.gitee.zzhhz/HRabbit "0.0.8"]