Download android-json-0.0.20131108.vaadin1.jar file - Jar a

Jar examples for a:android-json

Description

??JSON (JavaScript Object Notation) is a lightweight data-interchange format. This is the org.json compatible Android implementation extracted from the Android SDK ?

You can download jar file android-json 0.0.20131108.vaadin1 in this page.

License

Apache License 2.0

Build File

You can use the following script to add android-json-0.0.20131108.vaadin1.jar to your project.

<dependency>
   <groupId>com.vaadin.external.google</groupId>
   <artifactId>android-json</artifactId>
   <version>0.0.20131108.vaadin1</version>
</dependency>
compile group: 'com.vaadin.external.google', name: 'android-json', version: '0.0.20131108.vaadin1'
libraryDependencies += "com.vaadin.external.google" % "android-json" % "0.0.20131108.vaadin1"
<dependency org="com.vaadin.external.google" name="android-json" rev="0.0.20131108.vaadin1"/>
@Grapes(@Grab(group='com.vaadin.external.google', module='android-json', version='0.0.20131108.vaadin1'))
'com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1'

Download

Click the following link to download the jar file.

android-json-0.0.20131108.vaadin1-javadoc.jar
android-json-0.0.20131108.vaadin1-sources.jar
android-json-0.0.20131108.vaadin1.jar
android-json-0.0.20131108.vaadin1.pom



Related Tutorials