Maven Repository - POM file for MongoDB scalatest-embedmongo_2.10 0.2.1 0.2.1

Summary

scalatest-embedmongo.

API to use embeded mongoDb database for testing in Scala.

Declaration

Here is the list of declaration for scalatest-embedmongo_2.10. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.github.simplyscala</groupId>
   <artifactId>scalatest-embedmongo_2.10</artifactId>
   <version>0.2.1</version>
</dependency>

If you think this Maven repository POM file listing for scalatest-embedmongo_2.10 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:GPLv3
URL: http://www.gnu.org/licenses/gpl-3.0.html.





Depends on

The scalatest-embedmongo_2.10-0.2.1 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Scalascala-library 2.10.1
Standard library for the Scala Programming Language
188
Scalascalatest_2.10 1.9.1
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
383

Packages

The following packages are defined in the scalatest-embedmongo_2.10-0.2.1.jar

com.github.simplyscala

POM File Source

Here is the content of the POM file.

<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.github.simplyscala</groupId>
    <artifactId>scalatest-embedmongo_2.10</artifactId>
    <packaging>jar</packaging>
    <description>API to use embeded mongoDb database for testing in Scala</description>
    <version>0.2.1</version>
    <name>scalatest-embedmongo</name>
    <organization>
        <name>com.github.simplyscala</name>
    </organization>
    <url>https://github.com/SimplyScala/scalatest-embedmongo</url>
    <licenses>
        <license>
            <name>GPLv3</name>
            <url>http://www.gnu.org/licenses/gpl-3.0.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git@github.com:SimplyScala/scalatest-embedmongo.git</url>
        <connection>scm:git:git@github.com:SimplyScala/scalatest-embedmongo.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.1</version>
        </dependency>
        <dependency>
            <groupId>de.flapdoodle.embed</groupId>
            <artifactId>de.flapdoodle.embed.mongo</artifactId>
            <version>1.28</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.10</artifactId>
            <version>1.9.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novus</groupId>
            <artifactId>salat_2.10</artifactId>
            <version>1.9.2-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>