| License |
License
The MIT License
|
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdme.kagura |
| ArtifactId | ArtifactIdJSONQuery |
| Last Version | Last Version0.2.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSONQuery
Easier to use Gson to parse json.
|
| Project Organization |
Project OrganizationZhuo Fang |
| Filename | Size |
|---|---|
| JSONQuery-0.2.6.pom | |
| JSONQuery-0.2.6.jar | 12 KB |
| JSONQuery-0.2.6-sources.jar | 7 KB |
| JSONQuery-0.2.6-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.kagura/JSONQuery/ -->
<dependency>
<groupId>me.kagura</groupId>
<artifactId>JSONQuery</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/me.kagura/JSONQuery/
implementation 'me.kagura:JSONQuery:0.2.6'
// https://jarcasting.com/artifacts/me.kagura/JSONQuery/
implementation ("me.kagura:JSONQuery:0.2.6")
'me.kagura:JSONQuery:jar:0.2.6'
<dependency org="me.kagura" name="JSONQuery" rev="0.2.6">
<artifact name="JSONQuery" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.kagura', module='JSONQuery', version='0.2.6')
)
libraryDependencies += "me.kagura" % "JSONQuery" % "0.2.6"
[me.kagura/JSONQuery "0.2.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |