is not current version
Last Version 2.3.1

com.samaxes.filter:cachefilter 2.0

Java EE Cache Filter is a Servlet Filter that allows you to set HTTP headers in order to enable or disable browser caching.

GroupId

GroupId

com.samaxes.filter
ArtifactId

ArtifactId

cachefilter
Version

Version

2.0
Type

Type

jar

Download cachefilter 2.0


<!-- https://jarcasting.com/artifacts/com.samaxes.filter/cachefilter/ -->
<dependency>
    <groupId>com.samaxes.filter</groupId>
    <artifactId>cachefilter</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.samaxes.filter/cachefilter/
implementation 'com.samaxes.filter:cachefilter:2.0'
// https://jarcasting.com/artifacts/com.samaxes.filter/cachefilter/
implementation ("com.samaxes.filter:cachefilter:2.0")
'com.samaxes.filter:cachefilter:jar:2.0'
<dependency org="com.samaxes.filter" name="cachefilter" rev="2.0">
  <artifact name="cachefilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samaxes.filter', module='cachefilter', version='2.0')
)
libraryDependencies += "com.samaxes.filter" % "cachefilter" % "2.0"
[com.samaxes.filter/cachefilter "2.0"]