Group Id org.scalatest
Artifact Id scalatest_2.9.1
Version 2.0.M5
Packaging jar
URL -
Badge
Last Updated 2012-11-14T10:56:33+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.scalatest</groupId>
    <artifactId>scalatest_2.9.1</artifactId>
    <version>2.0.M5</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest_2.9.1', version: '2.0.M5'
implementation 'org.scalatest:scalatest_2.9.1:2.0.M5'
implementation("org.scalatest:scalatest_2.9.1:2.0.M5")
libraryDependencies += "org.scalatest" % "scalatest_2.9.1" % "2.0.M5"
<dependency org="org.scalatest" name="scalatest_2.9.1" rev="2.0.M5"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest_2.9.1', version='2.0.M5')
)
[org.scalatest/scalatest_2.9.1 "2.0.M5"]
'org.scalatest:scalatest_2.9.1:2.0.M5'