This Maven module contains Spring Data REST utility classes for working with MongoDB repositories.
Include the following in the dependencies section of the Maven POM of the Maven module you want to use the classes in:
<dependency>
<groupId>nl.agility.commons</groupId>
<artifactId>commons-repository-mongodb</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>