Download oscache-2.1.1.jar file - Jar o

Jar examples for o:oscache

Description

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.

You can download jar file oscache 2.1.1 in this page.

License

The OpenSymphony Software License 1.1

Build File

You can use the following script to add oscache-2.1.1.jar to your project.

<dependency>
   <groupId>opensymphony</groupId>
   <artifactId>oscache</artifactId>
   <version>2.1.1</version>
</dependency>
compile group: 'opensymphony', name: 'oscache', version: '2.1.1'
libraryDependencies += "opensymphony" % "oscache" % "2.1.1"
<dependency org="opensymphony" name="oscache" rev="2.1.1"/>
@Grapes(@Grab(group='opensymphony', module='oscache', version='2.1.1'))
'opensymphony:oscache:jar:2.1.1'

Download

Click the following link to download the jar file.

oscache-2.1.1.jar
oscache-2.1.1.pom



Related Tutorials