Downloads
Argo is available under the Apache 2 license. It can be downloaded in four forms:
- the standard jar, with source code included,
- a compact jar, with no source, and no debug information,
- as a Maven dependency from central, using <dependency> <groupId>net.sourceforge.argo</groupId> <artifactId>argo</artifactId> <version>3.3</version> </dependency>
- or as the full source code including tests etc. using Subversion from
https://argo.svn.sourceforge.net/svnroot/argo/tags/3.3.
Previous versions are also available.
It has no runtime dependencies, and all dependencies used in tests are in Subversion.