Categories |
CategoriesJSON Data JsonPath |
---|---|
GroupId | GroupIdcom.github.lafa.jsonpath |
ArtifactId | ArtifactIdjson-path |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
json-path-1.0.1.pom | |
json-path-1.0.1.jar | 223 KB |
json-path-1.0.1-sources.jar | 114 KB |
json-path-1.0.1-javadoc.jar | 672 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lafa.jsonpath/json-path/ -->
<dependency>
<groupId>com.github.lafa.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.jsonpath/json-path/
implementation 'com.github.lafa.jsonpath:json-path:1.0.1'
// https://jarcasting.com/artifacts/com.github.lafa.jsonpath/json-path/
implementation ("com.github.lafa.jsonpath:json-path:1.0.1")
'com.github.lafa.jsonpath:json-path:jar:1.0.1'
<dependency org="com.github.lafa.jsonpath" name="json-path" rev="1.0.1">
<artifact name="json-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.jsonpath', module='json-path', version='1.0.1')
)
libraryDependencies += "com.github.lafa.jsonpath" % "json-path" % "1.0.1"
[com.github.lafa.jsonpath/json-path "1.0.1"]