JSONQuery

Helps querying Jackson JSONNode objects with varieties of expressions

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.kcthota
ArtifactId

ArtifactId

JSONQuery
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

JSONQuery
Helps querying Jackson JSONNode objects with varieties of expressions
Project URL

Project URL

https://github.com/kcthota/JSONQuery
Source Code Management

Source Code Management

https://github.com/kcthota/JSONQuery

Download JSONQuery

How to add to project

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

Dependencies

compile (2)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.assertj : assertj-core jar 2.0.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1