| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdio.paradoxical |
| ArtifactId | ArtifactIdjson-path |
| Version | Version2.3-experimental-1 |
| Type | Typejar |
| Description |
Descriptionjson-path (experimental)
Experimental features build of json-path.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| json-path-2.3-experimental-1.pom | |
| json-path-2.3-experimental-1.jar | 210 KB |
| json-path-2.3-experimental-1-sources.jar | 111 KB |
| json-path-2.3-experimental-1-javadoc.jar | 659 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.paradoxical/json-path/ -->
<dependency>
<groupId>io.paradoxical</groupId>
<artifactId>json-path</artifactId>
<version>2.3-experimental-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.paradoxical/json-path/
implementation 'io.paradoxical:json-path:2.3-experimental-1'
// https://jarcasting.com/artifacts/io.paradoxical/json-path/
implementation ("io.paradoxical:json-path:2.3-experimental-1")
'io.paradoxical:json-path:jar:2.3-experimental-1'
<dependency org="io.paradoxical" name="json-path" rev="2.3-experimental-1">
<artifact name="json-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.paradoxical', module='json-path', version='2.3-experimental-1')
)
libraryDependencies += "io.paradoxical" % "json-path" % "2.3-experimental-1"
[io.paradoxical/json-path "2.3-experimental-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.16 |
| net.minidev : json-smart | jar | 2.2.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.8.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.8.5 |
| org.codehaus.jettison : jettison | jar | 1.3.7 |
| com.google.code.gson : gson | jar | 2.3.1 |
| org.json : json | jar | 20140107 |
| org.apache.tapestry : tapestry-json | jar | 5.4.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.5.1 |