jaxen

Jaxen is a universal XPath engine for Java.

License

License

GroupId

GroupId

jaxen
ArtifactId

ArtifactId

jaxen
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jaxen
Jaxen is a universal XPath engine for Java.
Project URL

Project URL

http://www.cafeconleche.org/jaxen
Project Organization

Project Organization

The Jaxen Project
Source Code Management

Source Code Management

https://github.com/jaxen-xpath/jaxen

Download jaxen

How to add to project

<!-- https://jarcasting.com/artifacts/jaxen/jaxen/ -->
<dependency>
    <groupId>jaxen</groupId>
    <artifactId>jaxen</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/jaxen/jaxen/
implementation 'jaxen:jaxen:1.2.0'
// https://jarcasting.com/artifacts/jaxen/jaxen/
implementation ("jaxen:jaxen:1.2.0")
'jaxen:jaxen:jar:1.2.0'
<dependency org="jaxen" name="jaxen" rev="1.2.0">
  <artifact name="jaxen" type="jar" />
</dependency>
@Grapes(
@Grab(group='jaxen', module='jaxen', version='1.2.0')
)
libraryDependencies += "jaxen" % "jaxen" % "1.2.0"
[jaxen "1.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
dom4j : dom4j Optional jar 1.6.1
jdom : jdom Optional jar 1.0
xom : xom Optional jar 1.0

provided (2)

Group / Artifact Type Version
xml-apis : xml-apis jar 1.3.02
xerces : xercesImpl jar 2.6.2

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

jaxen

Maven Central

The Jaxen XPath Engine for Java

Jaxen is an open source XPath library written in Java. It is adaptable to many different object models, including DOM, XOM, dom4j, and JDOM. It is also possible to write adapters that treat non-XML trees such as compiled Java byte code or Java beans as XML, thus enabling you to query these trees with XPath too.

The current version is 1.2.0. This release requires Java 1.4 or later. If you're still using Java 1.3 or earlier, try Jaxen 1.1.6.

Adding Jaxen to your build

Jaxen's Maven group ID is jaxen and its artifact ID is jaxen. To add a dependency on jaxen using Maven, add this dependency element to your pom.xml:

<dependency>
  <groupId>jaxen</groupId>
  <artifactId>jaxen</artifactId>
  <version>1.2.0</version>
</dependency>

To add a dependency using Gradle:

dependencies {
  compile 'jaxen:jaxen:1.2.0'
}

Jaxen was one of the earliest adopters of Maven, before a lot of practices had gelled. Consequently there are cycles in its dependency tree. Cleaning this up will be a major focus of Jaxen 2.0.

Versions

Version
1.2.0
1.1.6
1.1.4
1.1.3
1.1.1
1.1
1.1-beta-12
1.1-beta-11
1.1-beta-10
1.1-beta-9
1.1-beta-8
1.1-beta-7
1.1-beta-6
1.1-beta-5
1.1-beta-4
1.1-beta-3
1.1-beta-2
1.0-FCS
full