a

aalto-xml

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