License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.scalatest |
ArtifactId | ArtifactIdscalatest |
Last Version | Last Version1.4.RC2 |
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-1.4.RC2.pom | |
scalatest-1.4.RC2.jar | 1 MB |
scalatest-1.4.RC2-tests.jar | 23 MB |
scalatest-1.4.RC2-test-sources.jar | 240 KB |
scalatest-1.4.RC2-sources.jar | 537 KB |
scalatest-1.4.RC2-scaladoc.jar | 1 MB |
scalatest-1.4.RC2-javadoc.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalatest/scalatest/ -->
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest</artifactId>
<version>1.4.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatest/scalatest/
implementation 'org.scalatest:scalatest:1.4.RC2'
// https://jarcasting.com/artifacts/org.scalatest/scalatest/
implementation ("org.scalatest:scalatest:1.4.RC2")
'org.scalatest:scalatest:jar:1.4.RC2'
<dependency org="org.scalatest" name="scalatest" rev="1.4.RC2">
<artifact name="scalatest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatest', module='scalatest', version='1.4.RC2')
)
libraryDependencies += "org.scalatest" % "scalatest" % "1.4.RC2"
[org.scalatest/scalatest "1.4.RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.8.0 |