MVN

com.nkutsche : xpath-model

Maven & Gradle

Oct 31, 2022
2 stars

XPath Model · This project contains an XPath parser and creates an XML model from it. The model can be used to make deeper analyzis, convert or serialize the expression to normalize XPath expressions.

<dependency>
    <groupId>com.nkutsche</groupId>
    <artifactId>xpath-model</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nkutsche : xpath-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.nkutsche : xpath-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
xpath-model-1.0.1
xpath-model-1.0.0

How to add a dependency to Maven

Add the following com.nkutsche : xpath-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.nkutsche</groupId>
    <artifactId>xpath-model</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nkutsche : xpath-model gradle dependency to your build.gradle file:

implementation 'com.nkutsche:xpath-model:1.0.1'

Gradle Kotlin DSL: Add the following com.nkutsche : xpath-model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nkutsche:xpath-model:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nkutsche : xpath-model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nkutsche" % "xpath-model" % "1.0.1"