is not current version
Last Version 2.4.1

opensymphony:oscache 2.4

OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects.

GroupId

GroupId

opensymphony
ArtifactId

ArtifactId

oscache
Version

Version

2.4
Type

Type

jar

Download oscache 2.4


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