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