kXML 2.
kXML2 is a small XmlPull parser aimed at J2ME/MIDP devices, e.g. mobile phones..
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.2.2</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.
Name:The BSD License
URL: http://www.opensource.org/licenses/bsd-license.html.
The kxml2-2.2.2 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | junit 3.8.2 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 555 |
The following table lists the most popular artifacts which are depending on kxml2-2.2.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
OSGi | org.apache.felix.metatype 1.0.6 Implementation of the OSGi Metatype Service Specification 1.2 | 53 |
OSGi | org.apache.felix.scr 1.8.0 Implementation of the Declarative Services specification 1.2 | 8 |
OSGi | org.apache.felix.scr 1.0.0 Implementation of the Declarative Services specification 1.0 | 7 |
OSGi | org.apache.felix.bundlerepository 1.2.1 Bundle repository service. | 45 |
OSGi | org.apache.felix.scr 1.6.2 Implementation of the Declarative Services specification 1.2 | 57 |
OSGi | org.apache.felix.scr 1.8.2 Implementation of the Declarative Services specification 1.2 | 5 |
The following packages are defined in the kxml2-2.2.2.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
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>net.sf.kxml</groupId> <artifactId>kxml2</artifactId> <name>kXML 2</name> <version>2.2.2</version> <description>kXML2 is a small XmlPull parser aimed at J2ME/MIDP devices, e.g. mobile phones.</description> <url>http://kxml.sourceforge.net/kxml2</url> <licenses> <license> <name>The BSD License</name> <url>http://www.opensource.org/licenses/bsd-license.html</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <url>http://sourceforge.net/tracker/?atid=109157&group_id=9157&func=browse</url> </issueManagement> <inceptionYear>2001</inceptionYear> <mailingLists> <mailingList> <name>kXML Developer List</name> <archive>http://sourceforge.net/mail/?group_id=9157</archive> </mailingList> </mailingLists> <scm> <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kxml:kxml2</connection> <url>http://cvs.sourceforge.net/viewcvs.py/kxml/kxml2/</url> </scm> <organization> <name>kObjects.org</name> <url>http://kobjects.org/</url> </organization> <build> <sourceDirectory>src/</sourceDirectory> </build> <dependencies> <dependency> <groupId>xmlpull</groupId> <artifactId>xmlpull</artifactId> <version>1.1.3.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <site> <id>default</id> <name>Default Site</name> <url>scp://kxml.sourceforge.net//kxml2</url> </site> </distributionManagement> </project>