| License | License | 
|---|---|
| Categories | CategoriesNet JSON Data | 
| GroupId | GroupIdnet.vvakame | 
| ArtifactId | ArtifactIdjsonpullparser | 
| Last Version | Last Version1.6.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionJsonPullParser 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 | 
| Filename | Size | 
|---|---|
| jsonpullparser-1.6.2.pom | 2 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"]