Files download
File Operation
fongo-1.5.9.jar download
fongo-1.5.9.pom download
fongo-1.5.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fakemongo</groupId>
  <artifactId>fongo</artifactId>
  <version>1.5.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.fakemongo:fongo:1.5.9'
Gradle Kotlin
implementation("com.github.fakemongo:fongo:1.5.9")
Scala SBT
libraryDependencies += "com.github.fakemongo" % "fongo" % "1.5.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fakemongo', module='fongo', version='1.5.9')
)
Apache Ivy
<dependency org="com.github.fakemongo" name="fongo" rev="1.5.9" />
Leiningen
[com.github.fakemongo/fongo "1.5.9"]
Apache Buildr
'com.github.fakemongo:fongo:jar:1.5.9'