License |
License |
---|---|
GroupId | GroupIdeu.miltema |
ArtifactId | ArtifactIdxmlutil |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionXmlUtil
A lightweight collection of Java XML-related utils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xmlutil-0.1.1.pom | |
xmlutil-0.1.1.jar | 5 KB |
xmlutil-0.1.1-tests.jar | 6 KB |
xmlutil-0.1.1-sources.jar | 3 KB |
xmlutil-0.1.1-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.miltema/xmlutil/ -->
<dependency>
<groupId>eu.miltema</groupId>
<artifactId>xmlutil</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.miltema/xmlutil/
implementation 'eu.miltema:xmlutil:0.1.1'
// https://jarcasting.com/artifacts/eu.miltema/xmlutil/
implementation ("eu.miltema:xmlutil:0.1.1")
'eu.miltema:xmlutil:jar:0.1.1'
<dependency org="eu.miltema" name="xmlutil" rev="0.1.1">
<artifact name="xmlutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.miltema', module='xmlutil', version='0.1.1')
)
libraryDependencies += "eu.miltema" % "xmlutil" % "0.1.1"
[eu.miltema/xmlutil "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
xerces : xercesImpl | jar | 2.12.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |