License |
License |
---|---|
GroupId | GroupIdcom.github.trentonadams |
ArtifactId | ArtifactIdau-xml-util |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionau-xml-util
XML Utility library for doing common XML tasks, such as XSL
Transformations, conversion of documents to strings, etc.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
au-xml-util-1.0.1.pom | |
au-xml-util-1.0.1.jar | 12 KB |
au-xml-util-1.0.1-sources.jar | 9 KB |
au-xml-util-1.0.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.trentonadams/au-xml-util/ -->
<dependency>
<groupId>com.github.trentonadams</groupId>
<artifactId>au-xml-util</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.trentonadams/au-xml-util/
implementation 'com.github.trentonadams:au-xml-util:1.0.1'
// https://jarcasting.com/artifacts/com.github.trentonadams/au-xml-util/
implementation ("com.github.trentonadams:au-xml-util:1.0.1")
'com.github.trentonadams:au-xml-util:jar:1.0.1'
<dependency org="com.github.trentonadams" name="au-xml-util" rev="1.0.1">
<artifact name="au-xml-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.trentonadams', module='au-xml-util', version='1.0.1')
)
libraryDependencies += "com.github.trentonadams" % "au-xml-util" % "1.0.1"
[com.github.trentonadams/au-xml-util "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
xalan : xalan | jar | 2.7.1 |
log4j : log4j | jar | 1.2.14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |