Download xmlbeans-xpath-2.4.0.jar file - Jar x

Jar examples for x:xmlbeans-xpath

Description

XmlBeans extended XPath and XQuery support

You can download jar file xmlbeans-xpath 2.4.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add xmlbeans-xpath-2.4.0.jar to your project.

<dependency>
   <groupId>org.apache.xmlbeans</groupId>
   <artifactId>xmlbeans-xpath</artifactId>
   <version>2.4.0</version>
</dependency>
compile group: 'org.apache.xmlbeans', name: 'xmlbeans-xpath', version: '2.4.0'
libraryDependencies += "org.apache.xmlbeans" % "xmlbeans-xpath" % "2.4.0"
<dependency org="org.apache.xmlbeans" name="xmlbeans-xpath" rev="2.4.0"/>
@Grapes(@Grab(group='org.apache.xmlbeans', module='xmlbeans-xpath', version='2.4.0'))
'org.apache.xmlbeans:xmlbeans-xpath:jar:2.4.0'

Download

Click the following link to download the jar file.

xmlbeans-xpath-2.4.0.jar
xmlbeans-xpath-2.4.0.pom



Related Tutorials