Download gmongo-1.3.jar file - Jar g

Jar examples for g:gmongo

Description

Mongodb for Groovy

You can download jar file gmongo 1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gmongo-1.3.jar to your project.

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

Download

Click the following link to download the jar file.

gmongo-1.3-javadoc.jar
gmongo-1.3-sources.jar
gmongo-1.3.jar
gmongo-1.3.pom



Related Tutorials