| License |
License |
|---|---|
| GroupId | GroupIdcom.thesett |
| ArtifactId | ArtifactIdxmlutils |
| Version | Version0.9.104 |
| Type | Typejar |
| Description |
Descriptionxmlutils
My xmlutils library, a mixed bag of re-usable utility code.
|
| Filename | Size |
|---|---|
| xmlutils-0.9.104.pom | |
| xmlutils-0.9.104.jar | 11 KB |
| xmlutils-0.9.104-tests.jar | 1 KB |
| xmlutils-0.9.104-sources.jar | 12 KB |
| xmlutils-0.9.104-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/xmlutils/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>xmlutils</artifactId>
<version>0.9.104</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/xmlutils/
implementation 'com.thesett:xmlutils:0.9.104'
// https://jarcasting.com/artifacts/com.thesett/xmlutils/
implementation ("com.thesett:xmlutils:0.9.104")
'com.thesett:xmlutils:jar:0.9.104'
<dependency org="com.thesett" name="xmlutils" rev="0.9.104">
<artifact name="xmlutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='xmlutils', version='0.9.104')
)
libraryDependencies += "com.thesett" % "xmlutils" % "0.9.104"
[com.thesett/xmlutils "0.9.104"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.thesett : common | jar | 0.9.117 |
| log4j : log4j | jar | [1.2.8,) |
| regexp : regexp | jar | 1.3 |
| xml-apis : xml-apis | jar | 1.3.03 |
| dom4j : dom4j | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |