[jboss-user] [JBoss Cache] Document updated/added: "JBoss Cache Downloads Page"

Manik Surtani do-not-reply at jboss.com
Mon Feb 22 10:26:46 EST 2010


User development,

The document "JBoss Cache Downloads Page", was updated Feb 22, 2010
by Manik Surtani.

To view the document, visit:
http://community.jboss.org/docs/DOC-12844#cf

Document:
--------------------------------------------------------------
Here is a summary of the current JBoss Cache releases.
 
|| Edition || Stable Version
 || Unstable Version
 ||
| JBoss Cache Core Edition | http://sourceforge.net/projects/jboss/files/JBossCache/JBossCache%203.2.1.GA/
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=682298
 |  |
| JBoss Cache POJO Edition | https://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=641525 | http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=616933 |
| JBoss Cache Searchable Edition | http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=651519 | 
 |
| JBoss Cache GUI Demo | http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=664408 | 
 |
 
> Distributions contain documentation, tutorials, FAQs and Javadocs as well.  You can also http://community.jboss.org/docs/DOC-12843.
 
Please visit our http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339 for historical versions.
 
h3. Maven
If you are using Maven, you can add dependencies to JBoss Cache jars by adding the following repositories to your pom.xml file, in your <repositories /> element.
 
<repository>
  <id>repository.jboss.org</id>
  <url>http://repository.jboss.org/maven2</url>
</repository>
<repository>
  <id>snapshots.jboss.org</id>
  <url>http://snapshots.jboss.org/maven2</url>
</repository>

 
And then adding either:
 
<dependency>
  <groupId>org.jboss.cache</groupId>
  <artifactId>jbosscache-core</artifactId>
  <version>3.2.1.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.

--------------------------------------------------------------




More information about the jboss-user mailing list