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. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> <version>1.1.3.4.O</version> </dependency>
If you think this Maven repository POM file listing for xpp3 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on xpp3-1.1.3.4.O. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Groovy | groovy 1.0 a powerful and dynamic scripting language for the JVM | 17 |
The following packages are defined in the xpp3-1.1.3.4.O.jar
javax.xml.namespace org.xmlpull.mxp1 org.xmlpull.mxp1_serializer org.xmlpull.v1 org.xmlpull.v1.builder org.xmlpull.v1.builder.adapter org.xmlpull.v1.builder.impl org.xmlpull.v1.dom2_builder org.xmlpull.v1.parser_pool org.xmlpull.v1.sax2 org.xmlpull.v1.util org.xmlpull.v1.wrapper org.xmlpull.v1.wrapper.classic
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> <version>1.1.3.4.O</version> <packaging>jar</packaging> <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> <scm> <connection>scm:cvs:pserver:anonymous@cvs.extreme.indiana.edu:/l/extreme/cvspub/XPP3</connection> </scm> </project>