x

xpp3

MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
Indiana University Extreme! Lab Software License, vesion 1.1.1 Public Domain Apache Software License, version 1.1
Extreme! Lab, Indiana University
Files download
File Operation
xpp3-1.1.4c.jar download
xpp3-1.1.4c.pom download
xpp3-1.1.4c-sources.jar download
Apache Maven
<dependency>
  <groupId>xpp3</groupId>
  <artifactId>xpp3</artifactId>
  <version>1.1.4c</version>
</dependency>
Gradle Groovy
implementation 'xpp3:xpp3:1.1.4c'
Gradle Kotlin
implementation("xpp3:xpp3:1.1.4c")
Scala SBT
libraryDependencies += "xpp3" % "xpp3" % "1.1.4c"
Groovy Grape
@Grapes(
  @Grab(group='xpp3', module='xpp3', version='1.1.4c')
)
Apache Ivy
<dependency org="xpp3" name="xpp3" rev="1.1.4c" />
Leiningen
[xpp3/xpp3 "1.1.4c"]
Apache Buildr
'xpp3:xpp3:jar:1.1.4c'
Dependencies
The project has no third-party dependencies