License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.scala-tools.testing |
ArtifactId | ArtifactIdscalatest |
Last Version | Last Version0.9.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScalaTest
ScalaTest is a free, open-source testing toolkit for Scala and Java programmers.
|
Project URL |
Project URL |
Filename | Size |
---|---|
scalatest-0.9.5.pom | |
scalatest-0.9.5.jar | 959 KB |
scalatest-0.9.5-tests.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scala-tools.testing/scalatest/ -->
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>scalatest</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-tools.testing/scalatest/
implementation 'org.scala-tools.testing:scalatest:0.9.5'
// https://jarcasting.com/artifacts/org.scala-tools.testing/scalatest/
implementation ("org.scala-tools.testing:scalatest:0.9.5")
'org.scala-tools.testing:scalatest:jar:0.9.5'
<dependency org="org.scala-tools.testing" name="scalatest" rev="0.9.5">
<artifact name="scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-tools.testing', module='scalatest', version='0.9.5')
)
libraryDependencies += "org.scala-tools.testing" % "scalatest" % "0.9.5"
[org.scala-tools.testing/scalatest "0.9.5"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.7.3 |