s

scalatest_2.11.0-M7

ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
http://www.scalatest.org
the Apache License, ASL Version 2.0
Bill Venners
Files download
File Operation
scalatest_2.11.0-M7-2.0.1-SNAP4.jar download
scalatest_2.11.0-M7-2.0.1-SNAP4.pom download
scalatest_2.11.0-M7-2.0.1-SNAP4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scalatest</groupId>
  <artifactId>scalatest_2.11.0-M7</artifactId>
  <version>2.0.1-SNAP4</version>
</dependency>
Gradle Groovy
implementation 'org.scalatest:scalatest_2.11.0-M7:2.0.1-SNAP4'
Gradle Kotlin
implementation("org.scalatest:scalatest_2.11.0-M7:2.0.1-SNAP4")
Scala SBT
libraryDependencies += "org.scalatest" % "scalatest_2.11.0-M7" % "2.0.1-SNAP4"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatest', module='scalatest_2.11.0-M7', version='2.0.1-SNAP4')
)
Apache Ivy
<dependency org="org.scalatest" name="scalatest_2.11.0-M7" rev="2.0.1-SNAP4" />
Leiningen
[org.scalatest/scalatest_2.11.0-M7 "2.0.1-SNAP4"]
Apache Buildr
'org.scalatest:scalatest_2.11.0-M7:jar:2.0.1-SNAP4'