| License |
License |
|---|---|
| GroupId | GroupIdcom.nitorcreations |
| ArtifactId | ArtifactIdxmlutils |
| Last Version | Last Version1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXML Utilities
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| xmlutils-1.4.pom | |
| xmlutils-1.4.jar | 27 KB |
| xmlutils-1.4-sources.jar | 11 KB |
| xmlutils-1.4-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/xmlutils/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>xmlutils</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/xmlutils/
implementation 'com.nitorcreations:xmlutils:1.4'
// https://jarcasting.com/artifacts/com.nitorcreations/xmlutils/
implementation ("com.nitorcreations:xmlutils:1.4")
'com.nitorcreations:xmlutils:jar:1.4'
<dependency org="com.nitorcreations" name="xmlutils" rev="1.4">
<artifact name="xmlutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='xmlutils', version='1.4')
)
libraryDependencies += "com.nitorcreations" % "xmlutils" % "1.4"
[com.nitorcreations/xmlutils "1.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sf.jtidy : jtidy | jar | r938 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.6 |