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