MVN

xpp3 : xpp3_xpath

Maven & Gradle

Nov 28, 2007
25 usages

MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.

<dependency>
    <groupId>xpp3</groupId>
    <artifactId>xpp3_xpath</artifactId>
    <version>1.1.4c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xpp3 : xpp3_xpath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4c

All Versions

Choose a version of xpp3 : xpp3_xpath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
xpp3_xpath-1.1.3.4.O
xpp3_xpath-1.1.4c

How to add a dependency to Maven

Add the following xpp3 : xpp3_xpath maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xpp3</groupId>
    <artifactId>xpp3_xpath</artifactId>
    <version>1.1.4c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xpp3 : xpp3_xpath gradle dependency to your build.gradle file:

implementation 'xpp3:xpp3_xpath:1.1.4c'

Gradle Kotlin DSL: Add the following xpp3 : xpp3_xpath gradle kotlin dependency to your build.gradle.kts file:

implementation("xpp3:xpp3_xpath:1.1.4c")

How to add a dependency to SBT Scala

SBT Scala: Add the following xpp3 : xpp3_xpath sbt scala dependency to your build.sbt file:

libraryDependencies += "xpp3" % "xpp3_xpath" % "1.1.4c"

Advertisement