Download argo-3.4.jar file - Jar a

Jar examples for a:argo

Description

Argo is an open source JSON parser and generator written in Java. It offers document, push, and pull APIs.

You can download jar file argo 3.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add argo-3.4.jar to your project.

<dependency>
   <groupId>net.sourceforge.argo</groupId>
   <artifactId>argo</artifactId>
   <version>3.4</version>
</dependency>
compile group: 'net.sourceforge.argo', name: 'argo', version: '3.4'
libraryDependencies += "net.sourceforge.argo" % "argo" % "3.4"
<dependency org="net.sourceforge.argo" name="argo" rev="3.4"/>
@Grapes(@Grab(group='net.sourceforge.argo', module='argo', version='3.4'))
'net.sourceforge.argo:argo:jar:3.4'

Download

Click the following link to download the jar file.

argo-3.4-javadoc.jar
argo-3.4-sources.jar
argo-3.4.jar
argo-3.4.pom



Related Tutorials