is not current version
Last Version 1.3

commons-jxpath:commons-jxpath 1.1

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

GroupId

GroupId

commons-jxpath
ArtifactId

ArtifactId

commons-jxpath
Version

Version

1.1
Type

Type

jar

Download commons-jxpath 1.1


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