Group Id org.scalatest
Artifact Id scalatest-compatible
Version 3.2.0-M3
Packaging jar
URL -
Badge
Last Updated 2020-02-29T03:12:17+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.scalatest</groupId>
    <artifactId>scalatest-compatible</artifactId>
    <version>3.2.0-M3</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest-compatible', version: '3.2.0-M3'
implementation 'org.scalatest:scalatest-compatible:3.2.0-M3'
implementation("org.scalatest:scalatest-compatible:3.2.0-M3")
libraryDependencies += "org.scalatest" % "scalatest-compatible" % "3.2.0-M3"
<dependency org="org.scalatest" name="scalatest-compatible" rev="3.2.0-M3"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest-compatible', version='3.2.0-M3')
)
[org.scalatest/scalatest-compatible "3.2.0-M3"]
'org.scalatest:scalatest-compatible:3.2.0-M3'