Download scalatest-embedmongo_2.11-0.2.4.jar file - Jar s

Jar examples for s:scalatest-embedmongo-2.11

Description

API to use embeded mongoDb database for testing in Scala

You can download jar file scalatest-embedmongo_2.11 0.2.4 in this page.

License

GPLv3

Build File

You can use the following script to add scalatest-embedmongo_2.11-0.2.4.jar to your project.

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

Download

Click the following link to download the jar file.

scalatest-embedmongo_2.11-0.2.4-javadoc.jar
scalatest-embedmongo_2.11-0.2.4-sources.jar
scalatest-embedmongo_2.11-0.2.4.jar
scalatest-embedmongo_2.11-0.2.4.pom



Related Tutorials