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