Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalatest |
ArtifactId | ArtifactIdscalatest_2.10.0-RC1 |
Version | Version1.8-B3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.scalatest/scalatest_2.10.0-RC1/ -->
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10.0-RC1</artifactId>
<version>1.8-B3</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatest/scalatest_2.10.0-RC1/
implementation 'org.scalatest:scalatest_2.10.0-RC1:1.8-B3'
// https://jarcasting.com/artifacts/org.scalatest/scalatest_2.10.0-RC1/
implementation ("org.scalatest:scalatest_2.10.0-RC1:1.8-B3")
'org.scalatest:scalatest_2.10.0-RC1:jar:1.8-B3'
<dependency org="org.scalatest" name="scalatest_2.10.0-RC1" rev="1.8-B3">
<artifact name="scalatest_2.10.0-RC1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatest', module='scalatest_2.10.0-RC1', version='1.8-B3')
)
libraryDependencies += "org.scalatest" % "scalatest_2.10.0-RC1" % "1.8-B3"
[org.scalatest/scalatest_2.10.0-RC1 "1.8-B3"]