s

scalatest_2.10.0-RC2

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.10.0-RC2-1.8-B2.jar download
scalatest_2.10.0-RC2-1.8-B2.pom download
scalatest_2.10.0-RC2-1.8-B2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scalatest</groupId>
  <artifactId>scalatest_2.10.0-RC2</artifactId>
  <version>1.8-B2</version>
</dependency>
Gradle Groovy
implementation 'org.scalatest:scalatest_2.10.0-RC2:1.8-B2'
Gradle Kotlin
implementation("org.scalatest:scalatest_2.10.0-RC2:1.8-B2")
Scala SBT
libraryDependencies += "org.scalatest" % "scalatest_2.10.0-RC2" % "1.8-B2"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatest', module='scalatest_2.10.0-RC2', version='1.8-B2')
)
Apache Ivy
<dependency org="org.scalatest" name="scalatest_2.10.0-RC2" rev="1.8-B2" />
Leiningen
[org.scalatest/scalatest_2.10.0-RC2 "1.8-B2"]
Apache Buildr
'org.scalatest:scalatest_2.10.0-RC2:jar:1.8-B2'