s

scalatest

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