Categories |
CategoriesAnt Build Tools JSON Data |
---|---|
GroupId | GroupIdcom.github.nantianba |
ArtifactId | ArtifactIdjson-path-reader |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
json-path-reader-0.1.1.pom | |
json-path-reader-0.1.1.jar | 16 KB |
json-path-reader-0.1.1-sources.jar | 7 KB |
json-path-reader-0.1.1-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.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"]