is not current version
Last Version 10.6

uk.org.retep:niosax 9.11.1

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).

GroupId

GroupId

uk.org.retep
ArtifactId

ArtifactId

niosax
Version

Version

9.11.1
Type

Type

jar

Download niosax 9.11.1


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