C

CacheControlPlugin

RESTExpress Cache-Control Plugin
https://github.com/RestExpress/PluginExpress
Files download
File Operation
CacheControlPlugin-0.3.3.jar download
CacheControlPlugin-0.3.3.pom download
CacheControlPlugin-0.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.strategicgains.plugin-express</groupId>
  <artifactId>CacheControlPlugin</artifactId>
  <version>0.3.3</version>
</dependency>
Gradle Groovy
implementation 'com.strategicgains.plugin-express:CacheControlPlugin:0.3.3'
Gradle Kotlin
implementation("com.strategicgains.plugin-express:CacheControlPlugin:0.3.3")
Scala SBT
libraryDependencies += "com.strategicgains.plugin-express" % "CacheControlPlugin" % "0.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.strategicgains.plugin-express', module='CacheControlPlugin', version='0.3.3')
)
Apache Ivy
<dependency org="com.strategicgains.plugin-express" name="CacheControlPlugin" rev="0.3.3" />
Leiningen
[com.strategicgains.plugin-express/CacheControlPlugin "0.3.3"]
Apache Buildr
'com.strategicgains.plugin-express:CacheControlPlugin:jar:0.3.3'