Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.kxml |
ArtifactId | ArtifactIdkxml2 |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
kxml2-2.2.2.pom | |
kxml2-2.2.2.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.kxml/kxml2/ -->
<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.kxml/kxml2/
implementation 'net.sf.kxml:kxml2:2.2.2'
// https://jarcasting.com/artifacts/net.sf.kxml/kxml2/
implementation ("net.sf.kxml:kxml2:2.2.2")
'net.sf.kxml:kxml2:jar:2.2.2'
<dependency org="net.sf.kxml" name="kxml2" rev="2.2.2">
<artifact name="kxml2" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.kxml', module='kxml2', version='2.2.2')
)
libraryDependencies += "net.sf.kxml" % "kxml2" % "2.2.2"
[net.sf.kxml/kxml2 "2.2.2"]