| GroupId | GroupIdcom.github.yujiaao |
|---|---|
| ArtifactId | ArtifactIdc-cache |
| Version | Version1.10.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| c-cache-1.10.0.8.pom | |
| c-cache-1.10.0.8.jar | 26 KB |
| c-cache-1.10.0.8-sources.jar | 15 KB |
| c-cache-1.10.0.8-javadoc.jar | 181 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yujiaao/c-cache/ -->
<dependency>
<groupId>com.github.yujiaao</groupId>
<artifactId>c-cache</artifactId>
<version>1.10.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yujiaao/c-cache/
implementation 'com.github.yujiaao:c-cache:1.10.0.8'
// https://jarcasting.com/artifacts/com.github.yujiaao/c-cache/
implementation ("com.github.yujiaao:c-cache:1.10.0.8")
'com.github.yujiaao:c-cache:jar:1.10.0.8'
<dependency org="com.github.yujiaao" name="c-cache" rev="1.10.0.8">
<artifact name="c-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yujiaao', module='c-cache', version='1.10.0.8')
)
libraryDependencies += "com.github.yujiaao" % "c-cache" % "1.10.0.8"
[com.github.yujiaao/c-cache "1.10.0.8"]