MXP1: Xml Pull Parser 3rd Edition (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+..
Here is the list of declaration for xpp3_min. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>xpp3</groupId> <artifactId>xpp3_min</artifactId> <version>1.1.4c</version> </dependency>
If you think this Maven repository POM file listing for xpp3_min is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:Indiana University Extreme! Lab Software License, vesion 1.1.1
URL: http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txtName:Public Domain
URL: http://creativecommons.org/licenses/publicdomain.
The following table lists the most popular artifacts which are depending on xpp3_min-1.1.4c. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Library | vraptor 3.4.0 Java web MVC framework for fast and maintainable development | 11 |
Library | vraptor 3.4.1 Java web MVC framework for fast and maintainable development | 12 |
The following packages are defined in the xpp3_min-1.1.4c.jar
org.xmlpull.mxp1 org.xmlpull.v1
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>xpp3</groupId> <artifactId>xpp3_min</artifactId> <version>1.1.4c</version> <packaging>jar</packaging> <name>MXP1: Xml Pull Parser 3rd Edition (XPP3)</name> <url>http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/</url> <description>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+.</description> <licenses> <license> <name>Indiana University Extreme! Lab Software License, vesion 1.1.1</name> <url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt</url> <distribution>repo</distribution> <comments>The license applies to the Xpp3 classes (all classes below the org.xmlpull package with exception of classes directly in package org.xmlpull.v1 )</comments> </license> <license> <name>Public Domain</name> <url>http://creativecommons.org/licenses/publicdomain</url> <distribution>repo</distribution> <comments>The license applies to the XmlPull API (all classes directly in the org.xmlpull.v1 package)</comments> </license> </licenses> <scm> <url>http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/</url> </scm> <organization> <name>Extreme! Lab, Indiana University</name> <url>http://www.extreme.indiana.edu/</url> </organization> <dependencies/> </project>