Installation
If you're using maven, simply add the following dependency to your project:
<dependency>
<groupId>org.mongojack</groupId>
<artifactId>mongojack</artifactId>
<version>5.0.3</version>
</dependency>
Gradle Groovy DSL:
implementation 'org.mongojack:mongojack:5.0.3'
Gradle Kotlin DSL:
implementation("org.mongojack:mongojack:5.0.3")
You can download the dependency directly from here:
http://repo1.maven.org/maven2/org/mongojack/mongojack/5.0.3/mongojack-5.0.3.jar
Source code can be obtained from the GitHub project.