is not current version
Last Version 3.3.0-SNAP3

org.scalatest:scalatest_2.10 2.1.3

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

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalatest
ArtifactId

ArtifactId

scalatest_2.10
Version

Version

2.1.3
Type

Type

jar

Download scalatest_2.10 2.1.3


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