mirror of https://github.com/dspinellis/UMLGraph
63 lines
2.8 KiB
HTML
63 lines
2.8 KiB
HTML
New releases of UMLGraph are always announced on the corresponding
|
|
<a href="http://freecode.com/projects/umlgraph">(free)code page</a>.
|
|
You can use it to subscribe and post comments.
|
|
|
|
<h2>Current Production Version</h2>
|
|
The current version of UMLGraph is VERSION.
|
|
You can download UMLGraph from the following links:
|
|
<ul>
|
|
<li> <a href="UMLGraph-VERSION.tar.gz">UmlGraph package version VERSION as a .tar.gz file</a>
|
|
(compressed tar file containing the source code, the compiled doclet,
|
|
and the complete documentation in HTML format).
|
|
</li>
|
|
<li> <a href="UMLGraph-VERSION.zip">UmlGraph package version VERSION as a .zip file</a>
|
|
(zip file containing the source code, the compiled doclet,
|
|
and the complete documentation in HTML format).
|
|
</li>
|
|
<li> <a href="jars/UmlGraph-VERSION.jar">UmlGraph binary - UmlGraph-VERSION as a .jar file</a>
|
|
(jar file containing only the UmlGraph classes;
|
|
please use this only for pulling UmlGraph into other projects).
|
|
</li>
|
|
<li> <a href="CHECKSUM.MD5">MD5 checksums</a> for each of the above .zip, .tar.gz, and jar archives.
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>Source Code Repository</h2>
|
|
The
|
|
<a href="https://github.com/dspinellis/UMLGraph">UMLGraph source code repository</a>
|
|
is available on GitHub.
|
|
You can clone it by running the following command.
|
|
<pre>
|
|
git clone git@github.com:dspinellis/UMLGraph.git
|
|
</pre>
|
|
|
|
<h2>Package Repository</h2>
|
|
UMLGraph is available as a Maven package on Sonatype's Nexus repository manager.
|
|
You can use <a href="https://oss.sonatype.org/index.html#nexus-search;quick~umlgraph">this link</a> to search for it.
|
|
|
|
|
|
<h2>Older Versions</h2>
|
|
These are links to old versions of UMLGraph, that may be useful to
|
|
people running older versions of the Java runtime environment.
|
|
Note that the web documentation applies to the current version.
|
|
<ul>
|
|
<li> <a href="UMLGraph-4.8.tar.gz">UmlGraph package version 4.8 - .tar.gz</a>
|
|
(The last version compatible with Java 1.5; compressed tar file containing the source code, the compiled doclet,
|
|
and the complete documentation in HTML format).
|
|
</li>
|
|
<li> <a href="UMLGraph-4.8.zip">UmlGraph package version 4.8 - .zip</a>
|
|
(The last version compatible with Java 1.5; zip file containing the source code, the compiled doclet,
|
|
and the complete documentation in HTML format).
|
|
</li>
|
|
<li> <a href="UMLGraph-2.10.tar.gz">UmlGraph package version 2.10 - .tar.gz</a>
|
|
(The last version compatible with Java 1.4; compressed tar file containing the source code, the compiled doclet,
|
|
and the complete documentation in HTML format).
|
|
</li>
|
|
<li> <a href="UMLGraph-2.10.zip">UmlGraph package version 2.10 - .zip</a>
|
|
(The last version compatible with Java 1.4; zip file containing the source code, the compiled doclet,
|
|
and the complete documentation in HTML format).
|
|
</li>
|
|
<li> <a href="CHECKSUM.MD5">MD5 checksums</a> for each of the above .zip, .tar.gz, and jar archives.
|
|
</li>
|
|
</ul>
|