Group Id org.scalatest
Artifact Id scalatest-junit_2.11
Version 3.0.0-SNAP13
Packaging jar
URL -
Badge
Last Updated 2015-11-11T09:09:38+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.scalatest</groupId>
    <artifactId>scalatest-junit_2.11</artifactId>
    <version>3.0.0-SNAP13</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest-junit_2.11', version: '3.0.0-SNAP13'
implementation 'org.scalatest:scalatest-junit_2.11:3.0.0-SNAP13'
implementation("org.scalatest:scalatest-junit_2.11:3.0.0-SNAP13")
libraryDependencies += "org.scalatest" % "scalatest-junit_2.11" % "3.0.0-SNAP13"
<dependency org="org.scalatest" name="scalatest-junit_2.11" rev="3.0.0-SNAP13"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest-junit_2.11', version='3.0.0-SNAP13')
)
[org.scalatest/scalatest-junit_2.11 "3.0.0-SNAP13"]
'org.scalatest:scalatest-junit_2.11:3.0.0-SNAP13'