MVN

uk.org.retep : niosax

Maven & Gradle

Jun 09, 2010

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

<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>niosax</artifactId>
    <version>10.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.retep : niosax to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.6

All Versions

Choose a version of uk.org.retep : niosax to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.6
niosax-10.6
10.5.x
niosax-10.5.1
10.5
niosax-10.5
10.1
niosax-10.1
9.11.x
niosax-9.11.1
9.11
niosax-9.11
9.10
niosax-9.10

How to add a dependency to Maven

Add the following uk.org.retep : niosax maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>niosax</artifactId>
    <version>10.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.org.retep : niosax gradle dependency to your build.gradle file:

implementation 'uk.org.retep:niosax:10.6'

Gradle Kotlin DSL: Add the following uk.org.retep : niosax gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.org.retep:niosax:10.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.org.retep : niosax sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.org.retep" % "niosax" % "10.6"