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