is not current version
Last Version 0.0.5

com.kcthota:JSONQuery 0.0.4

Helps querying Jackson JSONNode objects with varieties of expressions

Categories

Categories

JSON Data
GroupId

GroupId

com.kcthota
ArtifactId

ArtifactId

JSONQuery
Version

Version

0.0.4
Type

Type

jar

Download JSONQuery 0.0.4


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