Este conteúdo não está disponível no idioma selecionado.
Chapter 6. Create a New JBoss Data Grid Project
6.1. Add Dependencies to Your Project Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
Set up JBoss Data Grid by adding dependencies to your project. If you are using Maven or other build systems that support Maven dependencies, add the following to your
pom.xml file, located in the Maven repository folder:
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
<version>5.1.5.FINAL-redhat-1</version>
</dependency>
Note
Replace the
version value with the appropriate version of the libraries included in JBoss Data Grid.