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