Last Version

JSONPath Java Implementation 1.2

A pure Java JsonPath implementation

License

License

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.nebhale.jsonpath
ArtifactId

ArtifactId

jsonpath
Version

Version

1.2
Type

Type

jar
Description

Description

JSONPath Java Implementation
A pure Java JsonPath implementation
Project URL

Project URL

https://github.com/nebhale/JsonPath
Source Code Management

Source Code Management

https://github.com/nebhale/JsonPath

Download jsonpath 1.2


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

Dependencies

compile (1)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.1.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.