is not current version
Last Version 2.3.1

com.samaxes.filter:cachefilter 1.2.1

J2EE Cache Filter is a Servlet Filter that allows you to set HTTP headers in order to enable browser caching.

GroupId

GroupId

com.samaxes.filter
ArtifactId

ArtifactId

cachefilter
Version

Version

1.2.1
Type

Type

jar

Download cachefilter 1.2.1


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