ScalaTest

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

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scala-tools.testing
ArtifactId

ArtifactId

scalatest
Last Version

Last Version

0.9.5
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://www.artima.com/scalatest/

Download scalatest

How to add to project

<!-- https://jarcasting.com/artifacts/org.scala-tools.testing/scalatest/ -->
<dependency>
    <groupId>org.scala-tools.testing</groupId>
    <artifactId>scalatest</artifactId>
    <version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-tools.testing/scalatest/
implementation 'org.scala-tools.testing:scalatest:0.9.5'
// https://jarcasting.com/artifacts/org.scala-tools.testing/scalatest/
implementation ("org.scala-tools.testing:scalatest:0.9.5")
'org.scala-tools.testing:scalatest:jar:0.9.5'
<dependency org="org.scala-tools.testing" name="scalatest" rev="0.9.5">
  <artifact name="scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-tools.testing', module='scalatest', version='0.9.5')
)
libraryDependencies += "org.scala-tools.testing" % "scalatest" % "0.9.5"
[org.scala-tools.testing/scalatest "0.9.5"]

Dependencies

provided (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.7.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.5
0.9.4