Download scalatest-embedmongo_2.10-0.2.1.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.1 in this page.

License

GPLv3

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials