is not current version
Last Version 2.2.0-RC2

com.github.fakemongo:fongo 2.0.5

Fake in-memory mongo

GroupId

GroupId

com.github.fakemongo
ArtifactId

ArtifactId

fongo
Version

Version

2.0.5
Type

Type

jar

Download fongo 2.0.5


<!-- https://jarcasting.com/artifacts/com.github.fakemongo/fongo/ -->
<dependency>
    <groupId>com.github.fakemongo</groupId>
    <artifactId>fongo</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fakemongo/fongo/
implementation 'com.github.fakemongo:fongo:2.0.5'
// https://jarcasting.com/artifacts/com.github.fakemongo/fongo/
implementation ("com.github.fakemongo:fongo:2.0.5")
'com.github.fakemongo:fongo:jar:2.0.5'
<dependency org="com.github.fakemongo" name="fongo" rev="2.0.5">
  <artifact name="fongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fakemongo', module='fongo', version='2.0.5')
)
libraryDependencies += "com.github.fakemongo" % "fongo" % "2.0.5"
[com.github.fakemongo/fongo "2.0.5"]