Last Version

ScalaTest 1.4.RC2

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

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatest
ArtifactId

ArtifactId

scalatest
Version

Version

1.4.RC2
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 1.4.RC2


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

Dependencies

provided (1)

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

Project Modules

There are no modules declared in this project.