Group Id org.scalatest
Artifact Id scalatest
Version 1.4.RC2
Packaging jar
URL -
Badge
Last Updated 2011-04-26T08:47:57+00:00
Download Jar | View All
Javadoc View
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.scalatest</groupId>
    <artifactId>scalatest</artifactId>
    <version>1.4.RC2</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest', version: '1.4.RC2'
implementation 'org.scalatest:scalatest:1.4.RC2'
implementation("org.scalatest:scalatest:1.4.RC2")
libraryDependencies += "org.scalatest" % "scalatest" % "1.4.RC2"
<dependency org="org.scalatest" name="scalatest" rev="1.4.RC2"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest', version='1.4.RC2')
)
[org.scalatest/scalatest "1.4.RC2"]
'org.scalatest:scalatest:1.4.RC2'