Commons JXPath implements XPath 1.0 for navigating and manipulating Java object graphs and XML documents.
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<version>1.4.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use JXPath to evaluate an XPath expression on a Java object.
Use only XPath 1.0 syntax; avoid functions like matches() or replace().
No dependency data recorded yet.