is not current version
Last Version 2.0.M5-B1

org.scalatest:scalatest_2.10.0-RC3 1.8-B1

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.0-RC3
Version

Version

1.8-B1
Type

Type

jar

Download scalatest_2.10.0-RC3 1.8-B1


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