License |
License |
---|---|
GroupId | GroupIdcom.github.ramalapure |
ArtifactId | ArtifactIdxml-parser |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionXmlParser
The library performs an operation on XML, XSD and returns CSV data in the following output formats: String, File, and Writer.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xml-parser-1.0.pom | |
xml-parser-1.0.jar | 13 KB |
xml-parser-1.0-sources.jar | 8 KB |
xml-parser-1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ramalapure/xml-parser/ -->
<dependency>
<groupId>com.github.ramalapure</groupId>
<artifactId>xml-parser</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ramalapure/xml-parser/
implementation 'com.github.ramalapure:xml-parser:1.0'
// https://jarcasting.com/artifacts/com.github.ramalapure/xml-parser/
implementation ("com.github.ramalapure:xml-parser:1.0")
'com.github.ramalapure:xml-parser:jar:1.0'
<dependency org="com.github.ramalapure" name="xml-parser" rev="1.0">
<artifact name="xml-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ramalapure', module='xml-parser', version='1.0')
)
libraryDependencies += "com.github.ramalapure" % "xml-parser" % "1.0"
[com.github.ramalapure/xml-parser "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.xmlet : xsdParser | jar | 1.0.23 |
in.jlibs : jlibs-xsd | jar | 2.2.3 |
org.glassfish.jaxb : xsom | jar | 2.3.3-b02 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
com.github.ramalapure : json-parser | jar | 1.1 |