DOC

net.sourceforge.argo : argo

Maven & Gradle

May 03, 2023
11 usages

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

Table Of Contents

Latest Version

Download net.sourceforge.argo : argo Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sourceforge.argo : argo Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
6.5
6.4
6.3
6.2
6.1
6.0
5.16
5.15
5.14
5.13
5.12
5.9
5.8
5.7
5.6
5.5
5.4
5.3
5.2
5.1
5.0
4.6
4.5
4.4
4.3
4.2
4.1
4.0
3.40
3.39
3.38
3.37
3.36
3.35
3.34
3.32
3.31
3.29
3.28
3.26
3.25
3.24
3.23
3.22
3.21
3.20
3.19
3.18
3.17
3.16
3.15
3.14
3.13
3.12
3.11
3.10
3.9
3.8
3.7
3.6
3.5
3.4
3.3
3.2
3.1
3.0
2.25
2.24
2.23
2.22
2.21
2.20
2.19

How to open Javadoc JAR file in web browser

  1. Rename the file argo-6.5-javadoc.jar to argo-6.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder argo-6.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "argo-6.5-sources.jar" -d "argo-6.5-javadoc" -subpackages 

Advertisement