is not current version
Last Version 2.0.M4-2.10.0-M7-B1

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

Version

1.9-2.10.0-M7-B1
Type

Type

jar

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


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