GroupId | GroupIdcom.github.yujiaao |
---|---|
ArtifactId | ArtifactIdc-cache |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
c-cache-1.0.2.pom | |
c-cache-1.0.2.jar | 25 KB |
c-cache-1.0.2-sources.jar | 14 KB |
c-cache-1.0.2-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.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yujiaao/c-cache/
implementation 'com.github.yujiaao:c-cache:1.0.2'
// https://jarcasting.com/artifacts/com.github.yujiaao/c-cache/
implementation ("com.github.yujiaao:c-cache:1.0.2")
'com.github.yujiaao:c-cache:jar:1.0.2'
<dependency org="com.github.yujiaao" name="c-cache" rev="1.0.2">
<artifact name="c-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yujiaao', module='c-cache', version='1.0.2')
)
libraryDependencies += "com.github.yujiaao" % "c-cache" % "1.0.2"
[com.github.yujiaao/c-cache "1.0.2"]