Download scalatest-embedmongo_2.10-0.2.2.jar file - Jar s

Jar examples for s:scalatest-embedmongo-2.10

Description

API to use embeded mongoDb database for testing in Scala

You can download jar file scalatest-embedmongo_2.10 0.2.2 in this page.

License

GPLv3

Build File

You can use the following script to add scalatest-embedmongo_2.10-0.2.2.jar to your project.

<dependency>
   <groupId>com.github.simplyscala</groupId>
   <artifactId>scalatest-embedmongo_2.10</artifactId>
   <version>0.2.2</version>
</dependency>
compile group: 'com.github.simplyscala', name: 'scalatest-embedmongo_2.10', version: '0.2.2'
libraryDependencies += "com.github.simplyscala" % "scalatest-embedmongo_2.10" % "0.2.2"
<dependency org="com.github.simplyscala" name="scalatest-embedmongo_2.10" rev="0.2.2"/>
@Grapes(@Grab(group='com.github.simplyscala', module='scalatest-embedmongo_2.10', version='0.2.2'))
'com.github.simplyscala:scalatest-embedmongo_2.10:jar:0.2.2'

Download

Click the following link to download the jar file.

scalatest-embedmongo_2.10-0.2.2-javadoc.jar
scalatest-embedmongo_2.10-0.2.2-sources.jar
scalatest-embedmongo_2.10-0.2.2.jar
scalatest-embedmongo_2.10-0.2.2.pom



Related Tutorials