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