Download maljson-0.1.1.jar file - Jar m

Jar examples for m:maljson

Description

Mostly org.json compatible json library. Derived from Android.

You can download jar file maljson 0.1.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add maljson-0.1.1.jar to your project.

<dependency>
   <groupId>com.addthis</groupId>
   <artifactId>maljson</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.addthis', name: 'maljson', version: '0.1.1'
libraryDependencies += "com.addthis" % "maljson" % "0.1.1"
<dependency org="com.addthis" name="maljson" rev="0.1.1"/>
@Grapes(@Grab(group='com.addthis', module='maljson', version='0.1.1'))
'com.addthis:maljson:jar:0.1.1'

Download

Click the following link to download the jar file.

maljson-0.1.1-javadoc.jar
maljson-0.1.1-sources.jar
maljson-0.1.1.jar
maljson-0.1.1.pom



Related Tutorials