s

scalatest_2.11.0-M8

ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
http://www.scalatest.org
the Apache License, ASL Version 2.0
Bill Venners
文件下载
文件名 操作
scalatest_2.11.0-M8-2.1.RC1.jar 下载
scalatest_2.11.0-M8-2.1.RC1.pom 下载
scalatest_2.11.0-M8-2.1.RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.scalatest</groupId>
  <artifactId>scalatest_2.11.0-M8</artifactId>
  <version>2.1.RC1</version>
</dependency>
Gradle Groovy
implementation 'org.scalatest:scalatest_2.11.0-M8:2.1.RC1'
Gradle Kotlin
implementation("org.scalatest:scalatest_2.11.0-M8:2.1.RC1")
Scala SBT
libraryDependencies += "org.scalatest" % "scalatest_2.11.0-M8" % "2.1.RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatest', module='scalatest_2.11.0-M8', version='2.1.RC1')
)
Apache Ivy
<dependency org="org.scalatest" name="scalatest_2.11.0-M8" rev="2.1.RC1" />
Leiningen
[org.scalatest/scalatest_2.11.0-M8 "2.1.RC1"]
Apache Buildr
'org.scalatest:scalatest_2.11.0-M8:jar:2.1.RC1'