GroupId | GroupIdorg.specs2 |
---|---|
ArtifactId | ArtifactIdspecs2-xml_3 |
Version | Version5.0.0-RC-10 |
Type | Typejar |
Filename | Size |
---|---|
specs2-xml_3-5.0.0-RC-10.pom | |
specs2-xml_3-5.0.0-RC-10.jar | 26 KB |
specs2-xml_3-5.0.0-RC-10-sources.jar | 3 KB |
specs2-xml_3-5.0.0-RC-10-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specs2/specs2-xml_3/ -->
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-xml_3</artifactId>
<version>5.0.0-RC-10</version>
</dependency>
// https://jarcasting.com/artifacts/org.specs2/specs2-xml_3/
implementation 'org.specs2:specs2-xml_3:5.0.0-RC-10'
// https://jarcasting.com/artifacts/org.specs2/specs2-xml_3/
implementation ("org.specs2:specs2-xml_3:5.0.0-RC-10")
'org.specs2:specs2-xml_3:jar:5.0.0-RC-10'
<dependency org="org.specs2" name="specs2-xml_3" rev="5.0.0-RC-10">
<artifact name="specs2-xml_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specs2', module='specs2-xml_3', version='5.0.0-RC-10')
)
libraryDependencies += "org.specs2" % "specs2-xml_3" % "5.0.0-RC-10"
[org.specs2/specs2-xml_3 "5.0.0-RC-10"]