License |
License |
---|---|
GroupId | GroupIdde.eismaenners |
ArtifactId | ArtifactIdagatonsax |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionagatonsax
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
agatonsax-0.0.1.pom | |
agatonsax-0.0.1.jar | 27 KB |
agatonsax-0.0.1-sources.jar | 13 KB |
agatonsax-0.0.1-javadoc.jar | 492 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-impl | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |