Skip to main content

Installation

Installation: Add Rage4J-Core to Your Project

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

<dependency>
<groupId>dev.rage4j</groupId>
<artifactId>rage4j</artifactId>
<version>1.0.5</version>
</dependency>

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


Debugging: Enable Detailed Logs for Metric Calculations

To enable detailed logs for metric calculations during testing, use the following Maven command:

mvn test -Dshow.metric.logs=true

Explore more about Rage4J:

  1. RAGE4j-Core
  2. RAGE4j-Assert
  3. Contribution guide