Last Version

easyxml 0.0.7

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

License

License

GroupId

GroupId

com.giffing.easyxml
ArtifactId

ArtifactId

easyxml-parent
Version

Version

0.0.7
Type

Type

pom
Description

Description

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

Project URL

https://github.com/MarcGiffing/easyxml
Source Code Management

Source Code Management

https://github.com/MarcGiffing/easyxml/

Download easyxml-parent 0.0.7

Filename Size
easyxml-parent-0.0.7.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.giffing.easyxml/easyxml-parent/ -->
<dependency>
    <groupId>com.giffing.easyxml</groupId>
    <artifactId>easyxml-parent</artifactId>
    <version>0.0.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.giffing.easyxml/easyxml-parent/
implementation 'com.giffing.easyxml:easyxml-parent:0.0.7'
// https://jarcasting.com/artifacts/com.giffing.easyxml/easyxml-parent/
implementation ("com.giffing.easyxml:easyxml-parent:0.0.7")
'com.giffing.easyxml:easyxml-parent:pom:0.0.7'
<dependency org="com.giffing.easyxml" name="easyxml-parent" rev="0.0.7">
  <artifact name="easyxml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.giffing.easyxml', module='easyxml-parent', version='0.0.7')
)
libraryDependencies += "com.giffing.easyxml" % "easyxml-parent" % "0.0.7"
[com.giffing.easyxml/easyxml-parent "0.0.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • easyxml-core
  • easyxml-jdom2
  • easyxml-jdom2-example
  • easyxml-jaxb
  • easyxml-jaxb-example