Last Version

JsonPullParser 1.6.2

Lightweight 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.

License

License

Categories

Categories

Net JSON Data
GroupId

GroupId

net.vvakame
ArtifactId

ArtifactId

jsonpullparser
Version

Version

1.6.2
Type

Type

pom
Description

Description

JsonPullParser
Lightweight 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.
Project URL

Project URL

https://github.com/vvakame/jsonpullparser

Download jsonpullparser 1.6.2

Filename Size
jsonpullparser-1.6.2.pom 3 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jsonpullparser-parent
  • jsonpullparser-core
  • jsonpullparser-apt
  • jsonpullparser-google-http-client