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.2.1.jar download
aalto-xml-1.2.1.pom download
aalto-xml-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fasterxml</groupId>
  <artifactId>aalto-xml</artifactId>
  <version>1.2.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.fasterxml:aalto-xml:1.2.1'
Gradle Kotlin
implementation("com.fasterxml:aalto-xml:1.2.1")
Scala SBT
libraryDependencies += "com.fasterxml" % "aalto-xml" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fasterxml', module='aalto-xml', version='1.2.1')
)
Apache Ivy
<dependency org="com.fasterxml" name="aalto-xml" rev="1.2.1" />
Leiningen
[com.fasterxml/aalto-xml "1.2.1"]
Apache Buildr
'com.fasterxml:aalto-xml:jar:1.2.1'