Maven Repository - POM file for Scala scalatest_2.9.1 1.6.1 1.6.1

Summary

ScalaTest.

ScalaTest is a free, open-source testing toolkit for Scala and Java programmers..

Declaration

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

<dependency>
   <groupId>org.scalatest</groupId>
   <artifactId>scalatest_2.9.1</artifactId>
   <version>1.6.1</version>
</dependency>

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

License

Name:the Apache License, ASL Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.





Depends on

The scalatest_2.9.1-1.6.1 has 12 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
Parserstringtemplate 3.2
StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developin...
87
Testing Mockeasymockclassextension 3.0
The EasyMock Class Extension allows to generate Mock Objects for classes
5
Testing Mockmockito-all 1.6
Mock objects library for java
18
Testingtestng 5.7
TestNG is a unit testing framework.
34
JUnitjunit 4.4
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.
301

Depended by

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

CategoryArtifactDepended By Count
Document Databaseneo4j-cypher 1.8.M06
Neo4j query language
5
Libraryspecs_2.9.1 1.6.9
specs is a Behaviour-Driven-Design framework
95
Java Libraryscalaconcurrency 0.7.0
Wrapper classes for jdk5, and 7 concurrency package
9

Packages

The following packages are defined in the scalatest_2.9.1-1.6.1.jar

org.scalatest
org.scalatest.concurrent
org.scalatest.events
org.scalatest.fixture
org.scalatest.junit
org.scalatest.matchers
org.scalatest.mock
org.scalatest.prop
org.scalatest.testng
org.scalatest.tools
org.scalatest.verb




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <properties>
    <scala.version>2.9.1</scala.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  </properties>
  
  <groupId>org.scalatest</groupId>
  <artifactId>scalatest_2.9.1</artifactId>
  <version>1.6.1</version>
  <packaging>jar</packaging>

  <name>ScalaTest</name>
  <description>
    ScalaTest is a free, open-source testing toolkit for Scala and Java
    programmers.
  </description>
  <url>http://www.scalatest.org</url>

  <licenses>
    <license>
      <name>the Apache License, ASL Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <url>http://code.google.com/p/scalatest/source/browse/</url>
    <connection>scm:svn:http://scalatest.googlecode.com/svn/trunk/</connection>
    <developerConnection>
      scm:svn:http://scalatest.googlecode.com/svn/trunk/
    </developerConnection>
  </scm>

  

  <inceptionYear>2009</inceptionYear>

  <dependencies>

    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.9.1</version>
    </dependency>

    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-compiler</artifactId>
      <version>2.9.1</version>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.scala-tools.testing</groupId>
      <artifactId>test-interface</artifactId>
      <version>0.5</version>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>stringtemplate</artifactId>
      <version>3.2</version>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.scala-tools.testing</groupId>
      <artifactId>scalacheck_2.9.1</artifactId>
      <version>1.8</version>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymockclassextension</artifactId>
      <version>3.0</version>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.jmock</groupId>
      <artifactId>jmock-legacy</artifactId>
      <version>2.5.1</version>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.6</version>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>5.7</version>
      <classifier>jdk15</classifier>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.4</version>
      <optional>true</optional>
    </dependency>

    <dependency>
      <groupId>net.sourceforge.cobertura</groupId>
      <artifactId>cobertura</artifactId>
      <version>1.9.1</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-io</artifactId>
      <version>1.3.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

   <distributionManagement>
     <repository>
       <id>scala-tools.org</id>
       <url>
         http://nexus.scala-tools.org/content/repositories/releases/
       </url>
     </repository>
 
     <snapshotRepository>
       <id>scala-tools.org</id>
       <url>
         http://nexus.scala-tools.org/content/repositories/snapshots/
       </url>
       <uniqueVersion>false</uniqueVersion>
     </snapshotRepository>
   </distributionManagement>
</project>