This Addon requires the following installation steps.
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