is not current version
Last Version 1.1.6

org.ogce:xpp3 1.1.5

XML Pull parser library developed by extreme lab

GroupId

GroupId

org.ogce
ArtifactId

ArtifactId

xpp3
Version

Version

1.1.5
Type

Type

jar

Download xpp3 1.1.5


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