Download specs2-junit_2.11-2.4.15.jar file

Introduction

You can download specs2-junit_2.11-2.4.15.jar in this page.

License

MIT-style

Type List

specs2-junit_2.11-2.4.15.jar file has the following types.

META-INF/MANIFEST.MF
org.specs2.JunitBuildInfo.class
org.specs2.SpecificationWithJUnit.class
org.specs2.matcher.JUnitExpectations.class
org.specs2.matcher.JUnitMustExpectations.class
org.specs2.matcher.JUnitMustMatchers.class
org.specs2.matcher.JUnitShouldExpectations.class
org.specs2.matcher.JUnitShouldMatchers.class
org.specs2.mutable.SpecificationWithJUnit.class
org.specs2.reporter.DescriptionAndExamples.class
org.specs2.reporter.JUnitDescriptionMaker.class
org.specs2.reporter.JUnitDescriptions.class
org.specs2.reporter.JUnitDescriptionsFragments.class
org.specs2.reporter.JUnitReporter.class
org.specs2.reporter.JUnitXmlExporting.class
org.specs2.reporter.JUnitXmlPrinter.class
org.specs2.reporter.JUnitXmlReporter.class
org.specs2.reporter.ShowDescription.class
org.specs2.reporter.SpecFailureAssertionFailedError.class
org.specs2.runner.JUnitRunner.class
org.specs2.runner.JUnitXmlRunner.class
org.specs2.runner.textJUnitRunner.class
specs2.junitxml.class

Pom

specs2-junit_2.11-2.4.15.pom file content.

<?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.specs2</groupId>
    <artifactId>specs2-junit_2.11</artifactId>
    <packaging>jar</packaging>
    <description>specs2-junit</description>
    <version>2.4.15</version>
    <name>specs2-junit</name>
    <organization>
        <name>org.specs2</name>
    </organization>
    <url>http://specs2.org/</url>
    <licenses>
        <license>
            <name>MIT-style</name>
            <url>http://www.opensource.org/licenses/mit-license.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>http://github.com/etorreborre/specs2</url>
        <connection>scm:http:http://etorreborre@github.com/etorreborre/specs2.git</connection>
    </scm>
    <developers>
        <developer>
            <id>etorreborre</id>
            <name>Eric Torreborre</name>
            <url>http://etorreborre.blogspot.com/</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.4</version>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-core_2.11</artifactId>
            <version>2.4.15</version>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-matcher-extra_2.11</artifactId>
            <version>2.4.15</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-mock_2.11</artifactId>
            <version>2.4.15</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.specs2</groupId>
   <artifactId>specs2-junit_2.11</artifactId>
   <version>2.4.15</version>
</dependency>

Download

If you think the following specs2-junit_2.11-2.4.15.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download specs2-junit_2.11-2.4.15.jar file




PreviousNext

Related