Download jaxen-1.0-FCS.jar file - Jar j

Jar examples for j:jaxen

Description

Jaxen is a universal Java XPath engine.

You can download jar file jaxen 1.0-FCS in this page.

License

The Werken Company License

Build File

You can use the following script to add jaxen-1.0-FCS.jar to your project.

<dependency>
   <groupId>jaxen</groupId>
   <artifactId>jaxen</artifactId>
   <version>1.0-FCS</version>
</dependency>
compile group: 'jaxen', name: 'jaxen', version: '1.0-FCS'
libraryDependencies += "jaxen" % "jaxen" % "1.0-FCS"
<dependency org="jaxen" name="jaxen" rev="1.0-FCS"/>
@Grapes(@Grab(group='jaxen', module='jaxen', version='1.0-FCS'))
'jaxen:jaxen:jar:1.0-FCS'

Download

Click the following link to download the jar file.

jaxen-1.0-FCS-full.jar
jaxen-1.0-FCS-javadoc.jar
jaxen-1.0-FCS-sources.jar
jaxen-1.0-FCS.jar
jaxen-1.0-FCS.pom



Related Tutorials