Maven Repository - POM file for Web Framework scalatra-scalatest_2.10 2.2.1 2.2.1

Summary

scalatra-scalatest.

ScalaTest support for the Scalatra test framework.

Declaration

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

<dependency>
   <groupId>org.scalatra</groupId>
   <artifactId>scalatra-scalatest_2.10</artifactId>
   <version>2.2.1</version>
</dependency>

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

License

Name:BSD
URL: http://github.com/scalatra/scalatra/raw/HEAD/LICENSE.

Depends on

The scalatra-scalatest_2.10-2.2.1 has 6 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.0
Standard library for the Scala Programming Language
435
Scalascalatest_2.10 1.9.1
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
383
JUnitjunit 4.11
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
2031




Depended by

The following table lists the most popular artifacts which are depending on scalatra-scalatest_2.10-2.2.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Frameworkscalatra_2.10 2.2.1
The core Scalatra framework
20

Packages

The following packages are defined in the scalatra-scalatest_2.10-2.2.1.jar

org.scalatra.test.scalatest

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>org.scalatra</groupId>
    <artifactId>scalatra-scalatest_2.10</artifactId>
    <packaging>jar</packaging>
    <description>ScalaTest support for the Scalatra test framework</description>
    <url>http://www.scalatra.org/</url>
    <version>2.2.1</version>
    <licenses>
        <license>
            <name>BSD</name>
            <url>http://github.com/scalatra/scalatra/raw/HEAD/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scalatra-scalatest</name>
    <inceptionYear>2009</inceptionYear>
    <organization>
        <name>org.scalatra</name>
        <url>http://www.scalatra.org/</url>
    </organization>
    <scm>
        <url>http://github.com/scalatra/scalatra</url>
        <connection>scm:git:git://github.com/scalatra/scalatra.git</connection>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scalatra</groupId>
            <artifactId>scalatra-test_2.10</artifactId>
            <version>2.2.1</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.0</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.10</artifactId>
            <version>1.9.1</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
        </dependency>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>6.8</version>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
            <version>3.0</version>
            <optional>true</optional>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>sonatypesnapshots</id>
            <name>sonatype-snapshots</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
            <layout>default</layout>
        </repository>
        <repository>
            <id>sonatypereleases</id>
            <name>sonatype-releases</name>
            <url>https://oss.sonatype.org/content/repositories/releases/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>