Skip to main content

Installation

Installation: Add Rage4J-Persist to Your Project

To start using Rage4J-Persist, add the following Maven dependency to your pom.xml file:

<dependency>
<groupId>dev.rage4j</groupId>
<artifactId>rage-persist</artifactId>
<version>1.0.2</version>
</dependency>

Once added, Maven will download and include the library in your project automatically.


Explore more about Rage4J:

  1. RAGE4j-Core
  2. RAGE4j-Assert
  3. RAGE4j-Persist
  4. RAGE4j-Persist-JUnit5