Last Version

agatonsax 0.0.1

Parse large XML files from a stream using a SAX parser. You can either create your XML specification manually and have fine grained control what should be done when an element is parsed. Or you add a set of classes that will then create the parsing tree based on jakarta XML annotations.

License

License

GroupId

GroupId

de.eismaenners
ArtifactId

ArtifactId

agatonsax
Version

Version

0.0.1
Type

Type

jar
Description

Description

agatonsax
Parse large XML files from a stream using a SAX parser. You can either create your XML specification manually and have fine grained control what should be done when an element is parsed. Or you add a set of classes that will then create the parsing tree based on jakarta XML annotations.
Project URL

Project URL

https://github.com/abulvenz/agaton-sax
Source Code Management

Source Code Management

https://github.com/abulvenz/agaton-sax/tree/master

Download agatonsax 0.0.1


<!-- https://jarcasting.com/artifacts/de.eismaenners/agatonsax/ -->
<dependency>
    <groupId>de.eismaenners</groupId>
    <artifactId>agatonsax</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.eismaenners/agatonsax/
implementation 'de.eismaenners:agatonsax:0.0.1'
// https://jarcasting.com/artifacts/de.eismaenners/agatonsax/
implementation ("de.eismaenners:agatonsax:0.0.1")
'de.eismaenners:agatonsax:jar:0.0.1'
<dependency org="de.eismaenners" name="agatonsax" rev="0.0.1">
  <artifact name="agatonsax" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.eismaenners', module='agatonsax', version='0.0.1')
)
libraryDependencies += "de.eismaenners" % "agatonsax" % "0.0.1"
[de.eismaenners/agatonsax "0.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
jakarta.xml.bind : jakarta.xml.bind-api jar 3.0.0

runtime (1)

Group / Artifact Type Version
com.sun.xml.bind : jaxb-impl jar 3.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.