Download actson-1.2.0.jar file - Jar a

Jar examples for a:actson

Description

A reactive (non-blocking, asynchronous) JSON parser.

You can download jar file actson 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add actson-1.2.0.jar to your project.

<dependency>
   <groupId>de.undercouch</groupId>
   <artifactId>actson</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'de.undercouch', name: 'actson', version: '1.2.0'
libraryDependencies += "de.undercouch" % "actson" % "1.2.0"
<dependency org="de.undercouch" name="actson" rev="1.2.0"/>
@Grapes(@Grab(group='de.undercouch', module='actson', version='1.2.0'))
'de.undercouch:actson:jar:1.2.0'

Download

Click the following link to download the jar file.

actson-1.2.0-javadoc.jar
actson-1.2.0-sources.jar
actson-1.2.0.jar
actson-1.2.0.pom



Related Tutorials