Last Version

retepTools NioSax 10.6

NioSax (pronounced 'Neo-Sax') provides a Java NIO friendly XML parser similar in operation to SAX, however unlike normal SAX, with NioSax it is possible for the xml source to contain partial content (i.e. only part of the XML stream has been received).

License

License

BSD
Public Domain
GroupId

GroupId

uk.org.retep
ArtifactId

ArtifactId

niosax
Version

Version

10.6
Type

Type

jar
Description

Description

retepTools NioSax
NioSax (pronounced 'Neo-Sax') provides a Java NIO friendly XML parser similar in operation to SAX, however unlike normal SAX, with NioSax it is possible for the xml source to contain partial content (i.e. only part of the XML stream has been received).
Project URL

Project URL

http://blog.retep.org/reteptools/niosax/
Project Organization

Project Organization

Retep Development Group

Download niosax 10.6


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

Dependencies

compile (3)

Group / Artifact Type Version
uk.org.retep.tools : collections jar 10.6
uk.org.retep.tools : encoding jar 10.6
uk.org.retep.tools : nio jar 10.6

test (2)

Group / Artifact Type Version
uk.org.retep : testFramework jar 10.6
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.