Installation

If you’re using maven, simply add the following dependency to your project:

<dependency>
    <groupId>net.vz.mongodb.jackson</groupId>
    <artifactId>mongo-jackson-mapper</artifactId>
    <version>1.4.2</version>
</dependency>

You can download the dependency directly from here:

http://repo1.maven.org/maven2/net/vz/mongodb/jackson/mongo-jackson-mapper/1.4.2/mongo-jackson-mapper-1.4.2.jar

Source code can be obtained from the GitHub project.