s

scalatest_2.9.3

ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
http://www.scalatest.org
the Apache License, ASL Version 2.0
Bill Venners
Files download
File Operation
scalatest_2.9.3-2.0.M5b.jar download
scalatest_2.9.3-2.0.M5b.pom download
scalatest_2.9.3-2.0.M5b-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scalatest</groupId>
  <artifactId>scalatest_2.9.3</artifactId>
  <version>2.0.M5b</version>
</dependency>
Gradle Groovy
implementation 'org.scalatest:scalatest_2.9.3:2.0.M5b'
Gradle Kotlin
implementation("org.scalatest:scalatest_2.9.3:2.0.M5b")
Scala SBT
libraryDependencies += "org.scalatest" % "scalatest_2.9.3" % "2.0.M5b"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatest', module='scalatest_2.9.3', version='2.0.M5b')
)
Apache Ivy
<dependency org="org.scalatest" name="scalatest_2.9.3" rev="2.0.M5b" />
Leiningen
[org.scalatest/scalatest_2.9.3 "2.0.M5b"]
Apache Buildr
'org.scalatest:scalatest_2.9.3:jar:2.0.M5b'