License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.kxml |
ArtifactId | ArtifactIdkxml2-min |
Last Version | Last Version2.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionkXML 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. This archive contains only the kXML 2 parser.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kxml2-min-2.3.0.pom | |
kxml2-min-2.3.0.jar | 10 KB |
kxml2-min-2.3.0-sources.jar | 9 KB |
kxml2-min-2.3.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.kxml/kxml2-min/ -->
<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2-min</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.kxml/kxml2-min/
implementation 'net.sf.kxml:kxml2-min:2.3.0'
// https://jarcasting.com/artifacts/net.sf.kxml/kxml2-min/
implementation ("net.sf.kxml:kxml2-min:2.3.0")
'net.sf.kxml:kxml2-min:jar:2.3.0'
<dependency org="net.sf.kxml" name="kxml2-min" rev="2.3.0">
<artifact name="kxml2-min" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.kxml', module='kxml2-min', version='2.3.0')
)
libraryDependencies += "net.sf.kxml" % "kxml2-min" % "2.3.0"
[net.sf.kxml/kxml2-min "2.3.0"]