x

xpp3_xpath

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/
Files download
File Operation
xpp3_xpath-1.1.3.4.O.jar download
xpp3_xpath-1.1.3.4.O.pom download
Apache Maven
<dependency>
  <groupId>xpp3</groupId>
  <artifactId>xpp3_xpath</artifactId>
  <version>1.1.3.4.O</version>
</dependency>
Gradle Groovy
implementation 'xpp3:xpp3_xpath:1.1.3.4.O'
Gradle Kotlin
implementation("xpp3:xpp3_xpath:1.1.3.4.O")
Scala SBT
libraryDependencies += "xpp3" % "xpp3_xpath" % "1.1.3.4.O"
Groovy Grape
@Grapes(
  @Grab(group='xpp3', module='xpp3_xpath', version='1.1.3.4.O')
)
Apache Ivy
<dependency org="xpp3" name="xpp3_xpath" rev="1.1.3.4.O" />
Leiningen
[xpp3/xpp3_xpath "1.1.3.4.O"]
Apache Buildr
'xpp3:xpp3_xpath:jar:1.1.3.4.O'
Dependencies
The project has no third-party dependencies