Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalatest |
ArtifactId | ArtifactIdscalatest_2.9.1-1 |
Version | Version1.9.2 |
Type | Typejar |
Filename | Size |
---|---|
scalatest_2.9.1-1-1.9.2.pom | |
scalatest_2.9.1-1-1.9.2.jar | 2 MB |
scalatest_2.9.1-1-1.9.2-tests.jar | 40 MB |
scalatest_2.9.1-1-1.9.2-test-sources.jar | 396 KB |
scalatest_2.9.1-1-1.9.2-sources.jar | 769 KB |
scalatest_2.9.1-1-1.9.2-scaladoc.jar | 2 MB |
scalatest_2.9.1-1-1.9.2-javadoc.jar | 350 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalatest/scalatest_2.9.1-1/ -->
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.9.1-1</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatest/scalatest_2.9.1-1/
implementation 'org.scalatest:scalatest_2.9.1-1:1.9.2'
// https://jarcasting.com/artifacts/org.scalatest/scalatest_2.9.1-1/
implementation ("org.scalatest:scalatest_2.9.1-1:1.9.2")
'org.scalatest:scalatest_2.9.1-1:jar:1.9.2'
<dependency org="org.scalatest" name="scalatest_2.9.1-1" rev="1.9.2">
<artifact name="scalatest_2.9.1-1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatest', module='scalatest_2.9.1-1', version='1.9.2')
)
libraryDependencies += "org.scalatest" % "scalatest_2.9.1-1" % "1.9.2"
[org.scalatest/scalatest_2.9.1-1 "1.9.2"]