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