Jar examples for a:argo
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.12 in this page.
The Apache Software License, Version 2.0
You can use the following script to add argo-3.12.jar to your project.
<dependency> <groupId>net.sourceforge.argo</groupId> <artifactId>argo</artifactId> <version>3.12</version> </dependency>
compile group: 'net.sourceforge.argo', name: 'argo', version: '3.12'
libraryDependencies += "net.sourceforge.argo" % "argo" % "3.12"
<dependency org="net.sourceforge.argo" name="argo" rev="3.12"/>
@Grapes(@Grab(group='net.sourceforge.argo', module='argo', version='3.12'))
'net.sourceforge.argo:argo:jar:3.12'
Click the following link to download the jar file.
argo-3.12-javadoc.jar