License |
License |
---|---|
GroupId | GroupIdcom.jeffrodriguez |
ArtifactId | ArtifactIdxmlwrapper |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXML Wrapper
A lightweight set of wrappers around the Java DOM XML classes.
|
Project URL |
Project URL |
Filename | Size |
---|---|
xmlwrapper-2.1.1.pom | |
xmlwrapper-2.1.1.jar | 10 KB |
xmlwrapper-2.1.1-sources.jar | 9 KB |
xmlwrapper-2.1.1-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeffrodriguez/xmlwrapper/ -->
<dependency>
<groupId>com.jeffrodriguez</groupId>
<artifactId>xmlwrapper</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeffrodriguez/xmlwrapper/
implementation 'com.jeffrodriguez:xmlwrapper:2.1.1'
// https://jarcasting.com/artifacts/com.jeffrodriguez/xmlwrapper/
implementation ("com.jeffrodriguez:xmlwrapper:2.1.1")
'com.jeffrodriguez:xmlwrapper:jar:2.1.1'
<dependency org="com.jeffrodriguez" name="xmlwrapper" rev="2.1.1">
<artifact name="xmlwrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeffrodriguez', module='xmlwrapper', version='2.1.1')
)
libraryDependencies += "com.jeffrodriguez" % "xmlwrapper" % "2.1.1"
[com.jeffrodriguez/xmlwrapper "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |