GroupId | GroupIduk.org.retep.tools |
---|---|
ArtifactId | ArtifactIdxml |
Version | Version10.5.1 |
Type | Typejar |
Filename | Size |
---|---|
xml-10.5.1.pom | |
xml-10.5.1.jar | 23 KB |
xml-10.5.1-tests.jar | 1 KB |
xml-10.5.1-sources.jar | 17 KB |
xml-10.5.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.tools/xml/
implementation 'uk.org.retep.tools:xml:10.5.1'
// https://jarcasting.com/artifacts/uk.org.retep.tools/xml/
implementation ("uk.org.retep.tools:xml:10.5.1")
'uk.org.retep.tools:xml:jar:10.5.1'
<dependency org="uk.org.retep.tools" name="xml" rev="10.5.1">
<artifact name="xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.tools', module='xml', version='10.5.1')
)
libraryDependencies += "uk.org.retep.tools" % "xml" % "10.5.1"
[uk.org.retep.tools/xml "10.5.1"]