a

aalto-xml

Ultra-high performance non-blocking XML processor (Stax/Stax2, SAX/SAX2)
The Apache Software License, Version 2.0
Fasterxml.com
Tatu Saloranta
Files download
File Operation
aalto-xml-0.9.7.jar download
aalto-xml-0.9.7.pom download
aalto-xml-0.9.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fasterxml</groupId>
  <artifactId>aalto-xml</artifactId>
  <version>0.9.7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.fasterxml:aalto-xml:0.9.7'
Gradle Kotlin
implementation("com.fasterxml:aalto-xml:0.9.7")
Scala SBT
libraryDependencies += "com.fasterxml" % "aalto-xml" % "0.9.7"
Groovy Grape
@Grapes(
  @Grab(group='com.fasterxml', module='aalto-xml', version='0.9.7')
)
Apache Ivy
<dependency org="com.fasterxml" name="aalto-xml" rev="0.9.7" />
Leiningen
[com.fasterxml/aalto-xml "0.9.7"]
Apache Buildr
'com.fasterxml:aalto-xml:jar:0.9.7'