Files download
File Operation
westcache-0.0.26.jar download
westcache-0.0.26.pom download
westcache-0.0.26-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bingoohuang</groupId>
  <artifactId>westcache</artifactId>
  <version>0.0.26</version>
</dependency>
Gradle Groovy
implementation 'com.github.bingoohuang:westcache:0.0.26'
Gradle Kotlin
implementation("com.github.bingoohuang:westcache:0.0.26")
Scala SBT
libraryDependencies += "com.github.bingoohuang" % "westcache" % "0.0.26"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bingoohuang', module='westcache', version='0.0.26')
)
Apache Ivy
<dependency org="com.github.bingoohuang" name="westcache" rev="0.0.26" />
Leiningen
[com.github.bingoohuang/westcache "0.0.26"]
Apache Buildr
'com.github.bingoohuang:westcache:jar:0.0.26'