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