To use The Grinder maven repository in a project add the following repository and dependency to your pom.
... <repository> <id>grinder</id> <url>http://webflange.sourceforge.net/maven</url> </repository> ... <dependency> <groupId>TheGrinder</groupId> <artifactId>grinder</artifactId> <version>3.0.1</version> </dependency>