Download jboss-cache-1.2.2.jar file - Jar j

Jar examples for j:jboss-cache

Description

JBoss Cache is a product designed to cache frequently accessed Java objects in order to dramatically improve the performance of e-business applications.

You can download jar file jboss-cache 1.2.2 in this page.

License

lgpl

Build File

You can use the following script to add jboss-cache-1.2.2.jar to your project.

<dependency>
   <groupId>jboss</groupId>
   <artifactId>jboss-cache</artifactId>
   <version>1.2.2</version>
</dependency>
compile group: 'jboss', name: 'jboss-cache', version: '1.2.2'
libraryDependencies += "jboss" % "jboss-cache" % "1.2.2"
<dependency org="jboss" name="jboss-cache" rev="1.2.2"/>
@Grapes(@Grab(group='jboss', module='jboss-cache', version='1.2.2'))
'jboss:jboss-cache:jar:1.2.2'

Download

Click the following link to download the jar file.

jboss-cache-1.2.2-sources.jar
jboss-cache-1.2.2.jar
jboss-cache-1.2.2.pom



Related Tutorials