MVN

net.codesup.util : jxpath

Maven & Gradle

Jun 09, 2016
1 usages
0 stars

Fork of Apache Commons JXPath with JAXB extensions · A Java-based implementation of XPath 1.0 based on Apache Commons JXPath, withe enhancements to process graphs of JAXB-Serializable objects using the properties' XML names.

<dependency>
    <groupId>net.codesup.util</groupId>
    <artifactId>jxpath</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.codesup.util : jxpath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of net.codesup.util : jxpath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
jxpath-1.3.0
1.2.x
jxpath-1.2.0
1.1.x
jxpath-1.1.0

How to add a dependency to Maven

Add the following net.codesup.util : jxpath maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.codesup.util</groupId>
    <artifactId>jxpath</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.codesup.util : jxpath gradle dependency to your build.gradle file:

implementation 'net.codesup.util:jxpath:1.3.0'

Gradle Kotlin DSL: Add the following net.codesup.util : jxpath gradle kotlin dependency to your build.gradle.kts file:

implementation("net.codesup.util:jxpath:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.codesup.util : jxpath sbt scala dependency to your build.sbt file:

libraryDependencies += "net.codesup.util" % "jxpath" % "1.3.0"

Advertisement