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