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