| License |
License
Public Domain
|
|---|---|
| GroupId | GroupIduk.org.retep |
| ArtifactId | ArtifactIdniosax |
| Version | Version10.6 |
| Type | Typejar |
| Description |
DescriptionretepTools 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 |
| Project Organization |
Project OrganizationRetep Development Group |
| Filename | Size |
|---|---|
| niosax-10.6.pom | |
| niosax-10.6.jar | 83 KB |
| niosax-10.6-tests.jar | 16 KB |
| niosax-10.6-sources.jar | 64 KB |
| niosax-10.6-javadoc.jar | 245 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| uk.org.retep : testFramework | jar | 10.6 |
| junit : junit | jar | 4.7 |