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

