Download mongo-collections-1.1.jar file - Jar m

Jar examples for m:mongo-collections

Description

Java Collections backed by mongodb (https://github.com/mongodb).

You can download jar file mongo-collections 1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mongo-collections-1.1.jar to your project.

<dependency>
   <groupId>com.github.mongoutils</groupId>
   <artifactId>mongo-collections</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'com.github.mongoutils', name: 'mongo-collections', version: '1.1'
libraryDependencies += "com.github.mongoutils" % "mongo-collections" % "1.1"
<dependency org="com.github.mongoutils" name="mongo-collections" rev="1.1"/>
@Grapes(@Grab(group='com.github.mongoutils', module='mongo-collections', version='1.1'))
'com.github.mongoutils:mongo-collections:jar:1.1'

Download

Click the following link to download the jar file.

mongo-collections-1.1-javadoc.jar
mongo-collections-1.1-sources.jar
mongo-collections-1.1.jar
mongo-collections-1.1.pom



Related Tutorials