Download embedmongo-maven-plugin-0.1.7.jar file - Jar e

Jar examples for e:embedmongo-maven-plugin

Description

Maven plugin wrapper for the flapdoodle.de embedded MongoDB API.

You can download jar file embedmongo-maven-plugin 0.1.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add embedmongo-maven-plugin-0.1.7.jar to your project.

<dependency>
   <groupId>com.github.joelittlejohn.embedmongo</groupId>
   <artifactId>embedmongo-maven-plugin</artifactId>
   <version>0.1.7</version>
</dependency>
compile group: 'com.github.joelittlejohn.embedmongo', name: 'embedmongo-maven-plugin', version: '0.1.7'
libraryDependencies += "com.github.joelittlejohn.embedmongo" % "embedmongo-maven-plugin" % "0.1.7"
<dependency org="com.github.joelittlejohn.embedmongo" name="embedmongo-maven-plugin" rev="0.1.7"/>
@Grapes(@Grab(group='com.github.joelittlejohn.embedmongo', module='embedmongo-maven-plugin', version='0.1.7'))
'com.github.joelittlejohn.embedmongo:embedmongo-maven-plugin:jar:0.1.7'

Download

Click the following link to download the jar file.

embedmongo-maven-plugin-0.1.7-javadoc.jar
embedmongo-maven-plugin-0.1.7-sources.jar
embedmongo-maven-plugin-0.1.7.jar
embedmongo-maven-plugin-0.1.7.pom



Related Tutorials