Download xpath-to-xml-test-1.0.2.jar file - Jar x

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

Description

Convenient utility to build XML models by evaluating XPath expressions

You can download jar file xpath-to-xml-test 1.0.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add xpath-to-xml-test-1.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

xpath-to-xml-test-1.0.2-javadoc.jar
xpath-to-xml-test-1.0.2-sources.jar
xpath-to-xml-test-1.0.2.jar
xpath-to-xml-test-1.0.2.pom



Related Tutorials