s

scalatest_2.10.0-RC3

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.10.0-RC3-1.8-B1.jar 下载
scalatest_2.10.0-RC3-1.8-B1.pom 下载
scalatest_2.10.0-RC3-1.8-B1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.scalatest</groupId>
  <artifactId>scalatest_2.10.0-RC3</artifactId>
  <version>1.8-B1</version>
</dependency>
Gradle Groovy
implementation 'org.scalatest:scalatest_2.10.0-RC3:1.8-B1'
Gradle Kotlin
implementation("org.scalatest:scalatest_2.10.0-RC3:1.8-B1")
Scala SBT
libraryDependencies += "org.scalatest" % "scalatest_2.10.0-RC3" % "1.8-B1"
Groovy Grape
@Grapes(
  @Grab(group='org.scalatest', module='scalatest_2.10.0-RC3', version='1.8-B1')
)
Apache Ivy
<dependency org="org.scalatest" name="scalatest_2.10.0-RC3" rev="1.8-B1" />
Leiningen
[org.scalatest/scalatest_2.10.0-RC3 "1.8-B1"]
Apache Buildr
'org.scalatest:scalatest_2.10.0-RC3:jar:1.8-B1'