Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.specs2 |
ArtifactId | ArtifactIdspecs2-scalacheck_2.13 |
Version | Version4.10.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.specs2/specs2-scalacheck_2.13/ -->
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-scalacheck_2.13</artifactId>
<version>4.10.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/specs2-scalacheck_2.13/
implementation 'org.specs2:specs2-scalacheck_2.13:4.10.6'
// https://jarcasting.com/artifacts/org.specs2/specs2-scalacheck_2.13/
implementation ("org.specs2:specs2-scalacheck_2.13:4.10.6")
'org.specs2:specs2-scalacheck_2.13:jar:4.10.6'
<dependency org="org.specs2" name="specs2-scalacheck_2.13" rev="4.10.6">
<artifact name="specs2-scalacheck_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='specs2-scalacheck_2.13', version='4.10.6')
)
libraryDependencies += "org.specs2" % "specs2-scalacheck_2.13" % "4.10.6"
[org.specs2/specs2-scalacheck_2.13 "4.10.6"]