Group Id org.scalatest
Artifact Id scalatest_2.12.0-M3
Version 3.0.0-M12
Packaging jar
URL -
Badge
Last Updated 2015-11-17T18:12:56+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.12.0-M3</artifactId>
    <version>3.0.0-M12</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest_2.12.0-M3', version: '3.0.0-M12'
implementation 'org.scalatest:scalatest_2.12.0-M3:3.0.0-M12'
implementation("org.scalatest:scalatest_2.12.0-M3:3.0.0-M12")
libraryDependencies += "org.scalatest" % "scalatest_2.12.0-M3" % "3.0.0-M12"
<dependency org="org.scalatest" name="scalatest_2.12.0-M3" rev="3.0.0-M12"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest_2.12.0-M3', version='3.0.0-M12')
)
[org.scalatest/scalatest_2.12.0-M3 "3.0.0-M12"]
'org.scalatest:scalatest_2.12.0-M3:3.0.0-M12'