Maven Repository - POM file for Scala scalatest 0.9.4 0.9.4

Summary

ScalaTest.

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

Declaration

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

<dependency>
   <groupId>org.scala-tools.testing</groupId>
   <artifactId>scalatest</artifactId>
   <version>0.9.4</version>
</dependency>

If you think this Maven repository POM file listing for scalatest 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.





Packages

The following packages are defined in the scalatest-0.9.4.jar

org.scalatest
org.scalatest.junit
org.scalatest.prop
org.scalatest.testng
org.scalatest.tools

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>
  <groupId>org.scala-tools.testing</groupId>
  <artifactId>scalatest</artifactId>
  <version>0.9.4</version>
  <packaging>jar</packaging>
  <name>ScalaTest</name>
  <url>http://www.artima.com/scalatest/</url>
  <description>ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.</description>
  <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>
  <inceptionYear>2008</inceptionYear>

  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.7.2</version>
      <scope>prvided</scope>
    </dependency>
  </dependencies>

</project>