| GroupId | GroupIdcom.gitee.zzhhz |
|---|---|
| ArtifactId | ArtifactIdZHCache |
| Version | Version2.0.5 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| ZHCache-2.0.5.pom | |
| ZHCache-2.0.5-sources.jar | 57 KB |
| ZHCache-2.0.5-javadoc.jar | 548 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zzhhz/ZHCache/ -->
<dependency>
<groupId>com.gitee.zzhhz</groupId>
<artifactId>ZHCache</artifactId>
<version>2.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zzhhz/ZHCache/
implementation 'com.gitee.zzhhz:ZHCache:2.0.5'
// https://jarcasting.com/artifacts/com.gitee.zzhhz/ZHCache/
implementation ("com.gitee.zzhhz:ZHCache:2.0.5")
'com.gitee.zzhhz:ZHCache:aar:2.0.5'
<dependency org="com.gitee.zzhhz" name="ZHCache" rev="2.0.5">
<artifact name="ZHCache" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zzhhz', module='ZHCache', version='2.0.5')
)
libraryDependencies += "com.gitee.zzhhz" % "ZHCache" % "2.0.5"
[com.gitee.zzhhz/ZHCache "2.0.5"]