k

kxml2

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.
http://kxml.sourceforge.net/
BSD style Public Domain
Stefan Haustein, Oberhausen, Rhld., Germany
Files download
File Operation
kxml2-2.3.0.jar download
kxml2-2.3.0.pom download
kxml2-2.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.kxml</groupId>
  <artifactId>kxml2</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.kxml:kxml2:2.3.0'
Gradle Kotlin
implementation("net.sf.kxml:kxml2:2.3.0")
Scala SBT
libraryDependencies += "net.sf.kxml" % "kxml2" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.kxml', module='kxml2', version='2.3.0')
)
Apache Ivy
<dependency org="net.sf.kxml" name="kxml2" rev="2.3.0" />
Leiningen
[net.sf.kxml/kxml2 "2.3.0"]
Apache Buildr
'net.sf.kxml:kxml2:jar:2.3.0'
Dependencies
The project has no third-party dependencies