Download fongo-1.6.2.jar file - Jar f

Jar examples for f:fongo

Description

Fake in-memory mongo

You can download jar file fongo 1.6.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

fongo-1.6.2-javadoc.jar
fongo-1.6.2-sources.jar
fongo-1.6.2.jar
fongo-1.6.2.pom



Related Tutorials