is not current version
Last Version 1.9-2.10.0-M6-B2

org.scalatest:scalatest_2.10.0-M6 1.9-2.10.0-M6-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-M6
Version

Version

1.9-2.10.0-M6-B1
Type

Type

jar

Download scalatest_2.10.0-M6 1.9-2.10.0-M6-B1


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