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