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