License |
License |
---|---|
GroupId | GroupIdorg.freecompany.util |
ArtifactId | ArtifactIdutil-xml-editor |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXml Editor
Library for easy XML document manipulation.
|
Project Organization |
Project OrganizationFreeCompany |
Filename | Size |
---|---|
util-xml-editor-0.0.6.pom | |
util-xml-editor-0.0.6.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.freecompany.util/util-xml-editor/ -->
<dependency>
<groupId>org.freecompany.util</groupId>
<artifactId>util-xml-editor</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.freecompany.util/util-xml-editor/
implementation 'org.freecompany.util:util-xml-editor:0.0.6'
// https://jarcasting.com/artifacts/org.freecompany.util/util-xml-editor/
implementation ("org.freecompany.util:util-xml-editor:0.0.6")
'org.freecompany.util:util-xml-editor:jar:0.0.6'
<dependency org="org.freecompany.util" name="util-xml-editor" rev="0.0.6">
<artifact name="util-xml-editor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.freecompany.util', module='util-xml-editor', version='0.0.6')
)
libraryDependencies += "org.freecompany.util" % "util-xml-editor" % "0.0.6"
[org.freecompany.util/util-xml-editor "0.0.6"]