GroupId | GroupIdorg.specs2 |
---|---|
ArtifactId | ArtifactIdspecs2-cats_2.13 |
Version | Version4.12.8 |
Type | Typejar |
Filename | Size |
---|---|
specs2-cats_2.13-4.12.8.pom | |
specs2-cats_2.13-4.12.8.jar | 37 KB |
specs2-cats_2.13-4.12.8-sources.jar | 2 KB |
specs2-cats_2.13-4.12.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specs2/specs2-cats_2.13/ -->
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-cats_2.13</artifactId>
<version>4.12.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/specs2-cats_2.13/
implementation 'org.specs2:specs2-cats_2.13:4.12.8'
// https://jarcasting.com/artifacts/org.specs2/specs2-cats_2.13/
implementation ("org.specs2:specs2-cats_2.13:4.12.8")
'org.specs2:specs2-cats_2.13:jar:4.12.8'
<dependency org="org.specs2" name="specs2-cats_2.13" rev="4.12.8">
<artifact name="specs2-cats_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='specs2-cats_2.13', version='4.12.8')
)
libraryDependencies += "org.specs2" % "specs2-cats_2.13" % "4.12.8"
[org.specs2/specs2-cats_2.13 "4.12.8"]