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