Infinispan 5.1 (Brahma)
| Infinispan 5.1 | 5.1.1.FINAL | Binaries, server and demos | 135.0 MB | 2012-02-03 | LGPL 2.1 | | Downloads: 182 |
| Infinispan 5.1 | 5.1.1.FINAL | Sources | 7.1 MB | 2012-02-03 | LGPL 2.1 | | Downloads: 54 |
Note: Downloads counter is updated once per day.
Infinispan 5.0 (Pagoa)
| Infinispan 5.0 | 5.0.1.FINAL | Binaries, server and demos | 77.8 MB | 2011-09-12 | Downloads: 877 |
| Infinispan 5.0 | 5.0.1.FINAL | Sources | 6.3 MB | 2011-09-12 | Downloads: 237 |
Note: Downloads counter is updated once per day.
Infinispan 4.2 (Ursus)
| Infinispan 4.2 | 4.2.1.FINAL | Binaries, server and demos | 75.1 MB | 2010-12-17 | LGPL 2.1 | Downloads: 10792 |
| Infinispan 4.2 | 4.2.1.FINAL | Sources | 19.5 MB | 2010-12-17 | LPGPL 2.1 | Downloads: 10792 |
Note: Downloads counter is updated once per day.
Infinispan 4.1 (Radegast)
| Infinispan 4.1 | 4.1.0.FINAL | Binaries, server and demos | 76.4 MB | 2010-09-02 | LGPL 2.1 | Downloads: 10792 |
| Infinispan 4.1 | 4.1.0.FINAL | Sources | 5.3 MB | 2010-09-02 | LPGPL 2.1 | Downloads: 10792 |
Note: Downloads counter is updated once per day.
Infinispan 4.0 (Starobrno)
| Infinispan 4.0 | 4.1.0.FINAL | Binaries, server and demos | 45.3 MB | 2010-09-02 | LGPL 2.1 | Downloads: 10792 |
| Infinispan 4.0 | 4.0.0.FINAL | Sources | 5.0 | 2010-02-23 | LGPL 2.1 | Downloads: 10792 |
Note: Downloads counter is updated once per day.
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?