is not current version
Last Version 2.3.0

net.sf.kxml:kxml2 2.1.8


Categories

Categories

Net
GroupId

GroupId

net.sf.kxml
ArtifactId

ArtifactId

kxml2
Version

Version

2.1.8
Type

Type

jar

Download kxml2 2.1.8


<!-- https://jarcasting.com/artifacts/net.sf.kxml/kxml2/ -->
<dependency>
    <groupId>net.sf.kxml</groupId>
    <artifactId>kxml2</artifactId>
    <version>2.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.kxml/kxml2/
implementation 'net.sf.kxml:kxml2:2.1.8'
// https://jarcasting.com/artifacts/net.sf.kxml/kxml2/
implementation ("net.sf.kxml:kxml2:2.1.8")
'net.sf.kxml:kxml2:jar:2.1.8'
<dependency org="net.sf.kxml" name="kxml2" rev="2.1.8">
  <artifact name="kxml2" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.kxml', module='kxml2', version='2.1.8')
)
libraryDependencies += "net.sf.kxml" % "kxml2" % "2.1.8"
[net.sf.kxml/kxml2 "2.1.8"]