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