Last Version

JsonPathCompiler 0.0.2

Porting from https://github.com/jayway/JsonPath Cut out a PathCompiler.

License

License

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.github.kysnm
ArtifactId

ArtifactId

JsonPathCompiler
Version

Version

0.0.2
Type

Type

jar
Description

Description

JsonPathCompiler
Porting from https://github.com/jayway/JsonPath Cut out a PathCompiler.
Project URL

Project URL

https://github.com/kysnm/JsonPathCompiler.git
Source Code Management

Source Code Management

https://github.com/kysnm/JsonPathCompiler.git

Download JsonPathCompiler 0.0.2


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

Dependencies

runtime (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
net.minidev : json-smart jar 2.2.1
org.apache.commons : commons-lang3 jar 3.4

Project Modules

There are no modules declared in this project.