Maven Repository - POM file for XML kxml2 2.3.0 2.3.0

Summary

kXML 2 is a small XML pull parser based on the common XML pull API.

kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API..

Declaration

Here is the list of declaration for kxml2. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>net.sf.kxml</groupId>
   <artifactId>kxml2</artifactId>
   <version>2.3.0</version>
</dependency>

If you think this Maven repository POM file listing for kxml2 is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:BSD style
URL: http://kxml.cvs.sourceforge.net/viewvc/kxml/kxml2/license.txt?view=markupName:Public Domain
URL: http://creativecommons.org/licenses/publicdomain.

Depended by

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

CategoryArtifactDepended By Count
Androidddmlib 22.2.0
Library providing APIs to talk to Android devices
5
OSGiorg.apache.felix.bundlerepository 1.6.0
Bundle repository service.
13

Packages

The following packages are defined in the kxml2-2.3.0.jar

org.kxml2.io
org.kxml2.kdom
org.kxml2.wap
org.kxml2.wap.syncml
org.kxml2.wap.wml
org.kxml2.wap.wv
org.xmlpull.v1




POM File Source

Here is the content of the POM file.

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.sf.kxml</groupId>
    <artifactId>kxml2</artifactId>
    <version>2.3.0</version>
    <packaging>jar</packaging>
    <name>kXML 2 is a small XML pull parser based on the common XML pull API</name>
    <url>http://kxml.sourceforge.net/</url>
    <description>kXML is a small XML pull parser, specially designed for constrained environments such as Applets, Personal Java or MIDP devices. In contrast to kXML 1, kXML 2 is based on the common XML pull API.</description>
    <licenses>
        <license>
            <name>BSD style</name>
            <url>http://kxml.cvs.sourceforge.net/viewvc/kxml/kxml2/license.txt?view=markup</url>
            <distribution>repo</distribution>
            <comments>The license applies to the kXML2 classes (all classes below the org.kxml2 package).</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://kxml.cvs.sourceforge.net/viewvc/kxml/kxml2/</url>
    </scm>
    <organization>
        <name>Stefan Haustein, Oberhausen, Rhld., Germany</name>
        <url>http://kxml.sourceforge.net/</url>
    </organization>
    <dependencies/>
</project>