net.vvakame:jsonpullparser-core

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-core
Last Version

Last Version

1.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download jsonpullparser-core

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
net.sf.json-lib : json-lib jar 2.3
junit : junit jar 4.11
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.6.2
1.6.1
1.6
1.5.2
1.5.1
1.5
1.4.11
1.4.10