文件下载
文件名 操作
scalatest_3.0.0-M3-3.2.4-M1.jar 下载
scalatest_3.0.0-M3-3.2.4-M1.pom 下载
scalatest_3.0.0-M3-3.2.4-M1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.scalatest</groupId>
  <artifactId>scalatest_3.0.0-M3</artifactId>
  <version>3.2.4-M1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.scalatest:scalatest_3.0.0-M3:3.2.4-M1'
Gradle Kotlin
implementation("org.scalatest:scalatest_3.0.0-M3:3.2.4-M1")
Scala SBT
libraryDependencies += "org.scalatest" % "scalatest_3.0.0-M3" % "3.2.4-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatest', module='scalatest_3.0.0-M3', version='3.2.4-M1')
)
Apache Ivy
<dependency org="org.scalatest" name="scalatest_3.0.0-M3" rev="3.2.4-M1" />
Leiningen
[org.scalatest/scalatest_3.0.0-M3 "3.2.4-M1"]
Apache Buildr
'org.scalatest:scalatest_3.0.0-M3:jar:3.2.4-M1'