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