Download mod-mongo-persistor-2.1.1.jar file - Jar m

Jar examples for m:mod-mongo-persistor

Description

MongoDB Persistor Module for Vert.x

You can download jar file mod-mongo-persistor 2.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mod-mongo-persistor-2.1.1.jar to your project.

<dependency>
   <groupId>io.vertx</groupId>
   <artifactId>mod-mongo-persistor</artifactId>
   <version>2.1.1</version>
</dependency>
compile group: 'io.vertx', name: 'mod-mongo-persistor', version: '2.1.1'
libraryDependencies += "io.vertx" % "mod-mongo-persistor" % "2.1.1"
<dependency org="io.vertx" name="mod-mongo-persistor" rev="2.1.1"/>
@Grapes(@Grab(group='io.vertx', module='mod-mongo-persistor', version='2.1.1'))
'io.vertx:mod-mongo-persistor:jar:2.1.1'

Download

Click the following link to download the jar file.

mod-mongo-persistor-2.1.1-javadoc.jar
mod-mongo-persistor-2.1.1-sources.jar
mod-mongo-persistor-2.1.1.jar
mod-mongo-persistor-2.1.1.pom



Related Tutorials