MVN

org.xpur : xpur

Maven & Gradle

Apr 13, 2020
7 stars

XPur · XPur is a cute XML parser for Groovy. It's build on StAX and is capable of handling huge XML files with low memory overhead.

<dependency>
    <groupId>org.xpur</groupId>
    <artifactId>xpur</artifactId>
    <version>0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xpur : xpur to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7

All Versions

Choose a version of org.xpur : xpur to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7
xpur-0.7
0.5
xpur-0.5
0.4
xpur-0.4
0.3
xpur-0.3
0.2
xpur-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xpur</groupId>
    <artifactId>xpur</artifactId>
    <version>0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xpur : xpur gradle dependency to your build.gradle file:

implementation 'org.xpur:xpur:0.7'

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

implementation("org.xpur:xpur:0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xpur : xpur sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xpur" % "xpur" % "0.7"

Advertisement