Maven Repository - POM file for Java Library xpp3_min 1.1.3.4.O 1.1.3.4.O

Summary

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+..

Declaration

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.3.4.O</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.





Depended by

The following table lists the most popular artifacts which are depending on xpp3_min-1.1.3.4.O. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
XMLmule-module-xml 2.0.0
Functionality for working with XML
5
XMLmule-module-xml 2.0.2
Functionality for working with XML
7
XMLmule-module-xml 2.0.0-RC2
Functionality for working with XML
7
XMLmule-module-xml 2.0.0-M2
Functionality for working with XML
5
XMLmule-module-xml 2.0.1
Functionality for working with XML
6
XMLmule-module-xml 2.0.0-RC3
Functionality for working with XML
5

Packages

The following packages are defined in the xpp3_min-1.1.3.4.O.jar

org.xmlpull.mxp1
org.xmlpull.v1

POM File Source

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_min</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>