Files download
File Operation
scalatest-compatible-3.2.4-M1.jar download
scalatest-compatible-3.2.4-M1.pom download
scalatest-compatible-3.2.4-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.scalatest</groupId>
  <artifactId>scalatest-compatible</artifactId>
  <version>3.2.4-M1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.scalatest:scalatest-compatible:3.2.4-M1'
Gradle Kotlin
implementation("org.scalatest:scalatest-compatible:3.2.4-M1")
Scala SBT
libraryDependencies += "org.scalatest" % "scalatest-compatible" % "3.2.4-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatest', module='scalatest-compatible', version='3.2.4-M1')
)
Apache Ivy
<dependency org="org.scalatest" name="scalatest-compatible" rev="3.2.4-M1" />
Leiningen
[org.scalatest/scalatest-compatible "3.2.4-M1"]
Apache Buildr
'org.scalatest:scalatest-compatible:jar:3.2.4-M1'
Dependencies
The project has no third-party dependencies