◐ Shell
clean mode source ↗

GitHub - forge/assertj-addon: AssertJ addon

This Addon requires the following installation steps.

Add configuration to your addon’s pom.xml

To use this addon, you must add it as a dependency in the pom.xml of your forge-addon classified artifact:

<dependency>
   <groupId>org.jboss.forge.addon</groupId>
   <artifactId>assertj</artifactId>
   <classifier>forge-addon</classifier>
   <version>3.6.2</version>
   <scope>test</scope>
</dependency>
NOTE

This addon is already added to the forge-bom, so if you can skip the version information if you already use it