s

scalatest_2.9.0

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