s

scalatest_2.10

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