Group Id org.scalatest
Artifact Id scalatest-compatible
Version 3.1.0-M2
Packaging jar
URL -
Badge
Last Updated 2019-08-30T03:57:50+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.1.0-M2</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest-compatible', version: '3.1.0-M2'
implementation 'org.scalatest:scalatest-compatible:3.1.0-M2'
implementation("org.scalatest:scalatest-compatible:3.1.0-M2")
libraryDependencies += "org.scalatest" % "scalatest-compatible" % "3.1.0-M2"
<dependency org="org.scalatest" name="scalatest-compatible" rev="3.1.0-M2"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest-compatible', version='3.1.0-M2')
)
[org.scalatest/scalatest-compatible "3.1.0-M2"]
'org.scalatest:scalatest-compatible:3.1.0-M2'