MVN

com.github.simy4.xpath : xpath-to-xml

Maven & Gradle

Apr 24, 2020
12 usages
6 stars

xpath-to-xml · Convenient utility to build XML models by evaluating XPath expressions

<dependency>
    <groupId>com.github.simy4.xpath</groupId>
    <artifactId>xpath-to-xml</artifactId>
    <version>2.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.simy4.xpath : xpath-to-xml to add to Maven - Latest Versions:

  • Latest Stable: 2.1.7

All Versions

Choose a version of com.github.simy4.xpath : xpath-to-xml to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
xpath-to-xml-2.1.7

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.simy4.xpath</groupId>
    <artifactId>xpath-to-xml</artifactId>
    <version>2.1.7</version>
</dependency>

Advertisement