License |
License |
---|---|
Categories |
CategoriesJSON Data JsonPath |
GroupId | GroupIdde.krsc.jsonpath |
ArtifactId | ArtifactIdjsonpath |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSONPath
Java JSONPath implemention
|
Filename | Size |
---|---|
jsonpath-0.1.pom | |
jsonpath-0.1.jar | 72 KB |
jsonpath-0.1-sources.jar | 42 KB |
jsonpath-0.1-javadoc.jar | 238 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.krsc.jsonpath/jsonpath/ -->
<dependency>
<groupId>de.krsc.jsonpath</groupId>
<artifactId>jsonpath</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.krsc.jsonpath/jsonpath/
implementation 'de.krsc.jsonpath:jsonpath:0.1'
// https://jarcasting.com/artifacts/de.krsc.jsonpath/jsonpath/
implementation ("de.krsc.jsonpath:jsonpath:0.1")
'de.krsc.jsonpath:jsonpath:jar:0.1'
<dependency org="de.krsc.jsonpath" name="jsonpath" rev="0.1">
<artifact name="jsonpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.krsc.jsonpath', module='jsonpath', version='0.1')
)
libraryDependencies += "de.krsc.jsonpath" % "jsonpath" % "0.1"
[de.krsc.jsonpath/jsonpath "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.1 |
com.google.guava : guava | jar | 15.0 |
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20090211 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.testng : testng | jar | 6.8.7 |