License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdxml-to-csv |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionXml To Csv
Forked version of fordfrog xml2csv library that allows selection of xml elements via attributes
|
Project URL |
Project URL |
Filename | Size |
---|---|
xml-to-csv-1.0.1.pom | |
xml-to-csv-1.0.1.jar | 26 KB |
xml-to-csv-1.0.1-sources.jar | 15 KB |
xml-to-csv-1.0.1-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/xml-to-csv/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>xml-to-csv</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/xml-to-csv/
implementation 'com.github.michaelruocco:xml-to-csv:1.0.1'
// https://jarcasting.com/artifacts/com.github.michaelruocco/xml-to-csv/
implementation ("com.github.michaelruocco:xml-to-csv:1.0.1")
'com.github.michaelruocco:xml-to-csv:jar:1.0.1'
<dependency org="com.github.michaelruocco" name="xml-to-csv" rev="1.0.1">
<artifact name="xml-to-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='xml-to-csv', version='1.0.1')
)
libraryDependencies += "com.github.michaelruocco" % "xml-to-csv" % "1.0.1"
[com.github.michaelruocco/xml-to-csv "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.5 |
org.apache.commons : commons-lang3 | jar | 3.6 |
commons-cli : commons-cli | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.8.0 |
com.github.michaelruocco : property-loader | jar | 2.0.1 |
com.github.stefanbirkner : system-rules | jar | 1.16.1 |