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