Here is a summary of the current JBoss Cache releases.
Edition | Stable Version | Unstable Version |
---|---|---|
JBoss Cache Core Edition | ||
JBoss Cache POJO Edition | 3.0.0.GA "Naga" | |
JBoss Cache Searchable Edition | 1.0.0.GA | |
JBoss Cache GUI Demo | 1.2.GA |
Distributions contain documentation, tutorials, FAQs and Javadocs as well. You can also JBoss Cache Official Documentation.
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.
Comments