is not current version
Last Version 1.3

commons-jxpath:commons-jxpath 1.2

A package of Java utility methods for accessing and modifying object properties

GroupId

GroupId

commons-jxpath
ArtifactId

ArtifactId

commons-jxpath
Version

Version

1.2
Type

Type

jar

Download commons-jxpath 1.2


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