Download kxml2-min-2.3.0.jar file - Jar k

Jar examples for k:kxml2-min

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. This archive contains only the kXML 2 parser.

You can download jar file kxml2-min 2.3.0 in this page.

License

BSD style

Build File

You can use the following script to add kxml2-min-2.3.0.jar to your project.

<dependency>
   <groupId>net.sf.kxml</groupId>
   <artifactId>kxml2-min</artifactId>
   <version>2.3.0</version>
</dependency>
compile group: 'net.sf.kxml', name: 'kxml2-min', version: '2.3.0'
libraryDependencies += "net.sf.kxml" % "kxml2-min" % "2.3.0"
<dependency org="net.sf.kxml" name="kxml2-min" rev="2.3.0"/>
@Grapes(@Grab(group='net.sf.kxml', module='kxml2-min', version='2.3.0'))
'net.sf.kxml:kxml2-min:jar:2.3.0'

Download

Click the following link to download the jar file.

kxml2-min-2.3.0.jar
kxml2-min-2.3.0-javadoc.jar
kxml2-min-2.3.0.pom
kxml2-min-2.3.0-sources.jar



Related Tutorials