Download xpath-to-xml-core-1.1.1.jar file - Jar x

Jar examples for x:xpath-to-xml-core

Description

Convenient utility to build XML models by evaluating XPath expressions

You can download jar file xpath-to-xml-core 1.1.1 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add xpath-to-xml-core-1.1.1.jar to your project.

<dependency>
   <groupId>com.github.simy4.xpath</groupId>
   <artifactId>xpath-to-xml-core</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'com.github.simy4.xpath', name: 'xpath-to-xml-core', version: '1.1.1'
libraryDependencies += "com.github.simy4.xpath" % "xpath-to-xml-core" % "1.1.1"
<dependency org="com.github.simy4.xpath" name="xpath-to-xml-core" rev="1.1.1"/>
@Grapes(@Grab(group='com.github.simy4.xpath', module='xpath-to-xml-core', version='1.1.1'))
'com.github.simy4.xpath:xpath-to-xml-core:jar:1.1.1'

Download

Click the following link to download the jar file.

xpath-to-xml-core-1.1.1-javadoc.jar
xpath-to-xml-core-1.1.1-sources.jar
xpath-to-xml-core-1.1.1.jar
xpath-to-xml-core-1.1.1.pom



Related Tutorials