| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.kcthota |
| ArtifactId | ArtifactIdJSONQuery |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSONQuery
Helps querying Jackson JSONNode objects with varieties of expressions
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| JSONQuery-0.0.5.pom | |
| JSONQuery-0.0.5.jar | 33 KB |
| JSONQuery-0.0.5-sources.jar | 21 KB |
| JSONQuery-0.0.5-javadoc.jar | 200 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.5.2 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.5.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 2.0.0 |