| License |
License |
|---|---|
| Categories |
CategoriesNet CLI User Interface Google HTTP Client HTTP Clients JSON Data |
| GroupId | GroupIdnet.vvakame |
| ArtifactId | ArtifactIdjsonpullparser-google-http-client |
| Last Version | Last Version1.6.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLightweight JSON library.
at development, use the APT library. it generate a java source file on compile-time.
at runtime, required library is a only core library(jsonpullparser-core).
JsonPullParser can running on GAE/J, Android and normal Java enviroment.
|
<!-- https://jarcasting.com/artifacts/net.vvakame/jsonpullparser-google-http-client/ -->
<dependency>
<groupId>net.vvakame</groupId>
<artifactId>jsonpullparser-google-http-client</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.vvakame/jsonpullparser-google-http-client/
implementation 'net.vvakame:jsonpullparser-google-http-client:1.6.2'
// https://jarcasting.com/artifacts/net.vvakame/jsonpullparser-google-http-client/
implementation ("net.vvakame:jsonpullparser-google-http-client:1.6.2")
'net.vvakame:jsonpullparser-google-http-client:jar:1.6.2'
<dependency org="net.vvakame" name="jsonpullparser-google-http-client" rev="1.6.2">
<artifact name="jsonpullparser-google-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.vvakame', module='jsonpullparser-google-http-client', version='1.6.2')
)
libraryDependencies += "net.vvakame" % "jsonpullparser-google-http-client" % "1.6.2"
[net.vvakame/jsonpullparser-google-http-client "1.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.vvakame : jsonpullparser-core | jar | 1.6.2 |
| com.google.http-client : google-http-client | jar | 1.14.1-beta |
| com.google.guava : guava | jar | 14.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.http-client : google-http-client-test | jar | 1.14.1-beta |
| com.google.http-client : google-http-client-jackson2 | jar | 1.14.1-beta |
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |