Files download
File Operation
xpp3-1.1.5.jar download
xpp3-1.1.5.pom download
xpp3-1.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ogce</groupId>
  <artifactId>xpp3</artifactId>
  <version>1.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.ogce:xpp3:1.1.5'
Gradle Kotlin
implementation("org.ogce:xpp3:1.1.5")
Scala SBT
libraryDependencies += "org.ogce" % "xpp3" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.ogce', module='xpp3', version='1.1.5')
)
Apache Ivy
<dependency org="org.ogce" name="xpp3" rev="1.1.5" />
Leiningen
[org.ogce/xpp3 "1.1.5"]
Apache Buildr
'org.ogce:xpp3:jar:1.1.5'