Files download
File Operation
scalatest_2.11-3.1.0-RC2.jar download
scalatest_2.11-3.1.0-RC2.pom download
scalatest_2.11-3.1.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scalatest</groupId>
  <artifactId>scalatest_2.11</artifactId>
  <version>3.1.0-RC2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.scalatest:scalatest_2.11:3.1.0-RC2'
Gradle Kotlin
implementation("org.scalatest:scalatest_2.11:3.1.0-RC2")
Scala SBT
libraryDependencies += "org.scalatest" % "scalatest_2.11" % "3.1.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatest', module='scalatest_2.11', version='3.1.0-RC2')
)
Apache Ivy
<dependency org="org.scalatest" name="scalatest_2.11" rev="3.1.0-RC2" />
Leiningen
[org.scalatest/scalatest_2.11 "3.1.0-RC2"]
Apache Buildr
'org.scalatest:scalatest_2.11:jar:3.1.0-RC2'