8.2. Add Dependencies to Your Project

Set up Red Hat 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>$VERSION</version>
</dependency>

Note

Replace the version value with the appropriate version of the libraries included in JBoss Data Grid.