Download fongo-2.0.3.jar file - Jar f

Jar examples for f:fongo

Description

Fake in-memory mongo

You can download jar file fongo 2.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fongo-2.0.3.jar to your project.

<dependency>
   <groupId>com.github.fakemongo</groupId>
   <artifactId>fongo</artifactId>
   <version>2.0.3</version>
</dependency>
compile group: 'com.github.fakemongo', name: 'fongo', version: '2.0.3'
libraryDependencies += "com.github.fakemongo" % "fongo" % "2.0.3"
<dependency org="com.github.fakemongo" name="fongo" rev="2.0.3"/>
@Grapes(@Grab(group='com.github.fakemongo', module='fongo', version='2.0.3'))
'com.github.fakemongo:fongo:jar:2.0.3'

Download

Click the following link to download the jar file.

fongo-2.0.3-javadoc.jar
fongo-2.0.3-sources.jar
fongo-2.0.3.jar
fongo-2.0.3.pom



Related Tutorials