Group Id org.scalatest
Artifact Id scalatest-compatible
Version 3.1.0-RC3
Packaging jar
URL -
Badge
Last Updated 2019-09-16T19:39: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-compatible</artifactId>
    <version>3.1.0-RC3</version>
</dependency>
implementation group: 'org.scalatest', name: 'scalatest-compatible', version: '3.1.0-RC3'
implementation 'org.scalatest:scalatest-compatible:3.1.0-RC3'
implementation("org.scalatest:scalatest-compatible:3.1.0-RC3")
libraryDependencies += "org.scalatest" % "scalatest-compatible" % "3.1.0-RC3"
<dependency org="org.scalatest" name="scalatest-compatible" rev="3.1.0-RC3"/>
@Grapes(
    @Grab(group='org.scalatest', module='scalatest-compatible', version='3.1.0-RC3')
)
[org.scalatest/scalatest-compatible "3.1.0-RC3"]
'org.scalatest:scalatest-compatible:3.1.0-RC3'