a

android-json

  JSON (JavaScript Object Notation) is a lightweight data-interchange format. This is the org.json compatible Android implementation extracted from the Android SDK  
http://developer.android.com/sdk
Apache License 2.0
Android Dev
Files download
File Operation
android-json-0.0.20131108.vaadin1.jar download
android-json-0.0.20131108.vaadin1.pom download
android-json-0.0.20131108.vaadin1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vaadin.external.google</groupId>
  <artifactId>android-json</artifactId>
  <version>0.0.20131108.vaadin1</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin.external.google:android-json:0.0.20131108.vaadin1'
Gradle Kotlin
implementation("com.vaadin.external.google:android-json:0.0.20131108.vaadin1")
Scala SBT
libraryDependencies += "com.vaadin.external.google" % "android-json" % "0.0.20131108.vaadin1"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin.external.google', module='android-json', version='0.0.20131108.vaadin1')
)
Apache Ivy
<dependency org="com.vaadin.external.google" name="android-json" rev="0.0.20131108.vaadin1" />
Leiningen
[com.vaadin.external.google/android-json "0.0.20131108.vaadin1"]
Apache Buildr
'com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1'
Dependencies
The project has no third-party dependencies