GroupId | GroupIdcom.github.bingoohuang |
---|---|
ArtifactId | ArtifactIdwestcache |
Version | Version0.0.20 |
Type | Typejar |
Filename | Size |
---|---|
westcache-0.0.20.pom | |
westcache-0.0.20.jar | 131 KB |
westcache-0.0.20-sources.jar | 60 KB |
westcache-0.0.20-javadoc.jar | 514 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/westcache/ -->
<dependency>
<groupId>com.github.bingoohuang</groupId>
<artifactId>westcache</artifactId>
<version>0.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/westcache/
implementation 'com.github.bingoohuang:westcache:0.0.20'
// https://jarcasting.com/artifacts/com.github.bingoohuang/westcache/
implementation ("com.github.bingoohuang:westcache:0.0.20")
'com.github.bingoohuang:westcache:jar:0.0.20'
<dependency org="com.github.bingoohuang" name="westcache" rev="0.0.20">
<artifact name="westcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='westcache', version='0.0.20')
)
libraryDependencies += "com.github.bingoohuang" % "westcache" % "0.0.20"
[com.github.bingoohuang/westcache "0.0.20"]