GroupId | GroupIduk.org.retep.tools |
---|---|
ArtifactId | ArtifactIdxml |
Version | Version9.11 |
Type | Typejar |
Filename | Size |
---|---|
xml-9.11.pom | |
xml-9.11.jar | 22 KB |
xml-9.11-tests.jar | 1 KB |
xml-9.11-sources.jar | 16 KB |
xml-9.11-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep.tools/xml/ -->
<dependency>
<groupId>uk.org.retep.tools</groupId>
<artifactId>xml</artifactId>
<version>9.11</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.tools/xml/
implementation 'uk.org.retep.tools:xml:9.11'
// https://jarcasting.com/artifacts/uk.org.retep.tools/xml/
implementation ("uk.org.retep.tools:xml:9.11")
'uk.org.retep.tools:xml:jar:9.11'
<dependency org="uk.org.retep.tools" name="xml" rev="9.11">
<artifact name="xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools', module='xml', version='9.11')
)
libraryDependencies += "uk.org.retep.tools" % "xml" % "9.11"
[uk.org.retep.tools/xml "9.11"]