License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.scalatest |
ArtifactId | ArtifactIdscalatest_2.8.0 |
Last Version | Last Version1.3.1.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 |
<!-- https://jarcasting.com/artifacts/org.scalatest/scalatest_2.8.0/ -->
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.8.0</artifactId>
<version>1.3.1.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatest/scalatest_2.8.0/
implementation 'org.scalatest:scalatest_2.8.0:1.3.1.RC2'
// https://jarcasting.com/artifacts/org.scalatest/scalatest_2.8.0/
implementation ("org.scalatest:scalatest_2.8.0:1.3.1.RC2")
'org.scalatest:scalatest_2.8.0:jar:1.3.1.RC2'
<dependency org="org.scalatest" name="scalatest_2.8.0" rev="1.3.1.RC2">
<artifact name="scalatest_2.8.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatest', module='scalatest_2.8.0', version='1.3.1.RC2')
)
libraryDependencies += "org.scalatest" % "scalatest_2.8.0" % "1.3.1.RC2"
[org.scalatest/scalatest_2.8.0 "1.3.1.RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.8.0 |