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