is not current version
Last Version 3.3.0-SNAP3

org.scalatest:scalatest_2.11 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.11
Version

Version

2.1.3
Type

Type

jar

Download scalatest_2.11 2.1.3


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