Maven Repository - POM file for JUnit test-interface 1.0 1.0

Summary

test-interface.

Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck, ScalaTest, JUnit and other).

Declaration

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

<dependency>
   <groupId>org.scala-sbt</groupId>
   <artifactId>test-interface</artifactId>
   <version>1.0</version>
</dependency>

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

License

Name:BSD
URL: https://github.com/sbt/test-interface/blob/master/LICENSE.





Depended by

The following table lists the most popular artifacts which are depending on test-interface-1.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Scalascalatest_2.11.0-RC4 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
5
Scalascalatest_2.10 2.1.4
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
22
Scalascalatest_2.10 2.1.2
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
20
Scalascalatest_2.10 2.1.0
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
21
Scalascalatest_2.10 2.0.RC3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
19
Scalascalatest_2.10 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
167
Scalascalatest_2.10 2.1.5
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
59
Scalascalatest_2.10 2.0.M6-SNAP36
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
20
Scalascalatest_2.11 2.1.3
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
147
Scalascalatest_2.10 2.0.M6
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
9
Scalascalatest_2.10 2.1.6
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
70
Scalascalatest_2.11 2.1.7
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
5
Scalascalatest_2.11 2.1.5
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
39
JUnitjunit-interface 0.11
An implementation of sbt's test interface for JUnit 4
45
Scalascalatest_2.10 2.0
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
129




Packages

The following packages are defined in the test-interface-1.0.jar

org.scalatools.testing
sbt.testing

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.scala-sbt</groupId>
    <artifactId>test-interface</artifactId>
    <packaging>jar</packaging>
    <description>Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck, ScalaTest, JUnit and other)</description>
    <version>1.0</version>
    <name>test-interface</name>
    <organization>
        <name>org.scala-sbt</name>
    </organization>
    <url>http://www.scala-sbt.org</url>
    <licenses>
        <license>
            <name>BSD</name>
            <url>https://github.com/sbt/test-interface/blob/master/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/sbt/test-interface</url>
    </scm>
    
    <dependencies>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.10</artifactId>
            <version>2.0.M6-SNAP24</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>