is not current version
Last Version 1.2

com.nebhale.jsonpath:jsonpath 1.0

A pure Java JsonPath implementation

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.nebhale.jsonpath
ArtifactId

ArtifactId

jsonpath
Version

Version

1.0
Type

Type

jar

Download jsonpath 1.0


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