Group Id org.scalatest
Artifact Id scalatest_2.12.0-M2
Version 2.2.5-M2
Packaging jar
URL -
Badge
Last Updated 2015-07-26T20:12:57+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-M2</artifactId>
    <version>2.2.5-M2</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest_2.12.0-M2', version: '2.2.5-M2'
implementation 'org.scalatest:scalatest_2.12.0-M2:2.2.5-M2'
implementation("org.scalatest:scalatest_2.12.0-M2:2.2.5-M2")
libraryDependencies += "org.scalatest" % "scalatest_2.12.0-M2" % "2.2.5-M2"
<dependency org="org.scalatest" name="scalatest_2.12.0-M2" rev="2.2.5-M2"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest_2.12.0-M2', version='2.2.5-M2')
)
[org.scalatest/scalatest_2.12.0-M2 "2.2.5-M2"]
'org.scalatest:scalatest_2.12.0-M2:2.2.5-M2'