Group Id org.scalatest
Artifact Id scalatest_2.11.0-M8
Version 2.1.RC1
Packaging jar
URL -
Badge
Last Updated 2014-01-20T23:22:25+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.11.0-M8</artifactId>
    <version>2.1.RC1</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest_2.11.0-M8', version: '2.1.RC1'
implementation 'org.scalatest:scalatest_2.11.0-M8:2.1.RC1'
implementation("org.scalatest:scalatest_2.11.0-M8:2.1.RC1")
libraryDependencies += "org.scalatest" % "scalatest_2.11.0-M8" % "2.1.RC1"
<dependency org="org.scalatest" name="scalatest_2.11.0-M8" rev="2.1.RC1"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest_2.11.0-M8', version='2.1.RC1')
)
[org.scalatest/scalatest_2.11.0-M8 "2.1.RC1"]
'org.scalatest:scalatest_2.11.0-M8:2.1.RC1'