License |
License |
---|---|
Categories |
CategoriesAnt Build Tools JSON Data |
GroupId | GroupIdcom.github.nantianba |
ArtifactId | ArtifactIdjson-path-reader |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-path-reader
A tool to read a json by the field's path
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-path-reader-0.1.3.pom | |
json-path-reader-0.1.3.jar | 16 KB |
json-path-reader-0.1.3-sources.jar | 7 KB |
json-path-reader-0.1.3-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nantianba/json-path-reader/ -->
<dependency>
<groupId>com.github.nantianba</groupId>
<artifactId>json-path-reader</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nantianba/json-path-reader/
implementation 'com.github.nantianba:json-path-reader:0.1.3'
// https://jarcasting.com/artifacts/com.github.nantianba/json-path-reader/
implementation ("com.github.nantianba:json-path-reader:0.1.3")
'com.github.nantianba:json-path-reader:jar:0.1.3'
<dependency org="com.github.nantianba" name="json-path-reader" rev="0.1.3">
<artifact name="json-path-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nantianba', module='json-path-reader', version='0.1.3')
)
libraryDependencies += "com.github.nantianba" % "json-path-reader" % "0.1.3"
[com.github.nantianba/json-path-reader "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |