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