MVN

com.giffing.easyxml : easyxml-parent

Maven & Gradle

May 08, 2023
6 stars

easyxml · Simplifies parsing and modifying of (huge) XML streams (files) based on the StAX parser with combination of JAXB or JDom2

<dependency>
    <groupId>com.giffing.easyxml</groupId>
    <artifactId>easyxml-parent</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.giffing.easyxml : easyxml-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of com.giffing.easyxml : easyxml-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
easyxml-parent-0.0.8
easyxml-parent-0.0.7
easyxml-parent-0.0.6
easyxml-parent-0.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.giffing.easyxml</groupId>
    <artifactId>easyxml-parent</artifactId>
    <version>0.0.8</version>
</dependency>

Advertisement