is not current version
Last Version 2.4.0

com.github.lafa.jsonpath:json-path 1.0.3

json-path component ${project.name}

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.github.lafa.jsonpath
ArtifactId

ArtifactId

json-path
Version

Version

1.0.3
Type

Type

jar

Download json-path 1.0.3


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