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