Here is a summary of the current JBoss Cache releases.
Distributions contain documentation, tutorials, FAQs and Javadocs as well. You can also browse all documentation online.
Please visit our SourceForge download page for historical versions.
Maven
If you are using Maven, you would first need to set up your Maven environment to point to the JBoss Maven Repositories, by following this guide: Maven Getting Started - Users
Then, you can add dependencies to JBoss Cache jars by adding the following dependencies to your pom.xml file:
<dependency>
<groupId>org.jboss.cache</groupId>
<artifactId>jbosscache-core</artifactId>
<version>3.2.5.GA</version>
</dependency>
or
<dependency>
<groupId>org.jboss.cache</groupId>
<artifactId>jbosscache-pojo</artifactId>
<version>3.0.0.GA</version>
</dependency>
to your <dependencies /> element.