Download Infinispan
Infinispan 5.3 (Tactical Atomic Penguin)
| Name | Version | Description | Size | Release date | License | Release notes | Download |
|---|---|---|---|---|---|---|---|
| Infinispan 5.3 | 5.3.0.Beta2 | Binaries and demos | 157.0 MB | 2013-05-17 | LGPL 2.1 | Release Notes | Downloads: 23 |
| Infinispan 5.3 | 5.3.0.Beta2 | Sources | 9.3 | 2013-05-17 | LGPL 2.1 | Release Notes | Downloads: 7 |
| Infinispan 5.3 | 5.3.0.Beta2 | AS 7.x modules | 4.5 MB | 2013-05-17 | LGPL 2.1 | Release Notes | Downloads: 4 |
| Infinispan 5.3 | 5.3.0.Beta2 | Infinispan servers (HotRod, REST, Memcached) | 129 MB | 2013-05-17 | LGPL 2.1 | Release Notes | Downloads: 4 |
| Infinispan 5.3 | 5.3.0.Beta2 | Sources for the infinispan servers (HotRod, REST, Memcached) | 1.9 MB | 2013-05-17 | LGPL 2.1 | Release Notes | Downloads: 4 |
Infinispan 5.2 (Delirium)
| Name | Version | Description | Size | Release date | License | Release notes | Download |
|---|---|---|---|---|---|---|---|
| Infinispan 5.2 | 5.2.1.Final | Binaries, server and demos | 154.0 MB | 2013-02-08 | LGPL 2.1 | Release Notes | Downloads: 1137 |
| Infinispan 5.2 | 5.2.1.Final | Sources | 8.4 MB | 2013-02-08 | LGPL 2.1 | Release Notes | Downloads: 289 |
| Infinispan 5.2 | 5.2.1.Final | AS 7.x modules | 4.5 MB | 2013-01-25 | LGPL 2.1 | Release Notes | Downloads: 199 |
Infinispan 5.1 (Brahma)
Infinispan 5.0 (Pagoa)
| Name | Version | Description | Size | Release date | Download |
|---|---|---|---|---|---|
| Infinispan 5.0 | 5.0.1.FINAL | Binaries, server and demos | 77.8 MB | 2011-09-12 | Downloads: 1241 |
| Infinispan 5.0 | 5.0.1.FINAL | Sources | 6.3 MB | 2011-09-12 | Downloads: 331 |
Infinispan 4.2 (Ursus)
Infinispan 4.1 (Radegast)
Infinispan 4.0 (Starobrno)
A full release history is available on sourceforge.
Using Maven?
Infinispan builds are also published to the JBoss.org Maven repository, which allows you to access Infinispan builds if your project uses Maven, Ivy, or Ant with Maven-Ant-Tasks:
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
<version>${infinispan.version}</version>
</dependency>
To use Infinispan, we recommend enabling the JBoss repository in your settings.xml or pom.xml by adding this profile:
<profiles>
<profile>
<!-- Repository is active unless explicitly disabled
e.g. -P!jboss-public-repository -->
<activation>
<property>
<name>jboss-public-repository</name>
<value>!false</value>
</property>
</activation>
<repositories>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
Please refer to the Maven documentation for more details on how to use this information with Maven in your project, as well as the JBoss Maven Repository User Guide.
Need a snapshot?
Please note that only formal, tagged builds are available for download as distributions, such as alphas, betas, CRs and full releases. If you want a snapshot, please either build it yourself from sources, or use the Maven Snapshots Repository.
Quick Start
Check out the new Infinispan Book! |