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