- add following repository to your
pom.xml
<repositories>
<repository>
<id>xceptance-snapshot-repository</id>
<url>https://oss.sonatype.org/content/repositories/snapshots
</url>
</repository>
</repositories>
- and the dependency
<dependency>
<groupId>com.xceptance</groupId>
<artifactId>neodymium-plugin-applitools</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
To get to know, how to use this plugin, please read the wiki