License |
License |
---|---|
Categories |
CategoriesJSON Data JsonPath |
GroupId | GroupIdcom.github.kysnm |
ArtifactId | ArtifactIdJsonPathCompiler |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJsonPathCompiler
Porting from https://github.com/jayway/JsonPath Cut out a PathCompiler.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JsonPathCompiler-0.0.2.pom | |
JsonPathCompiler-0.0.2.jar | 172 KB |
JsonPathCompiler-0.0.2-sources.jar | 82 KB |
JsonPathCompiler-0.0.2-javadoc.jar | 326 KB |
Browse |
<!-- 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"]
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 |