is not current version
Last Version 0.1.3

com.github.nantianba:json-path-reader 0.1.1

A tool to read a json by the field's path

Categories

Categories

Ant Build Tools JSON Data
GroupId

GroupId

com.github.nantianba
ArtifactId

ArtifactId

json-path-reader
Version

Version

0.1.1
Type

Type

jar

Download json-path-reader 0.1.1


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