An open API service indexing awesome lists of open source software.

https://github.com/grahamedgecombe/apiviz

A fork of APIviz with out of the box support for classes compiled with Java 8.
https://github.com/grahamedgecombe/apiviz

java javadoc

Last synced: about 1 year ago
JSON representation

A fork of APIviz with out of the box support for classes compiled with Java 8.

Awesome Lists containing this project

README

          

APIviz
======

A fork of the 1.3.x branch of Trustin Lee's APIviz project.

Changes
-------

* Convert the repository from Subversion to Git.
* Add support for building with Java 8.
* Switch to a [fork of JDepend][jdepend-fork] that supports class files compiled
with Java 8.
* Build as a normal jar, instead of a fat jar.
* Tidy up and simplify the POM.

Installation
------------

This project is available in the [Maven][mvn] Central Repository. Add the
following to the Javadoc configuration in your `pom.xml` file to use it:

org.jboss.apiviz.APIviz

com.grahamedgecombe.apiviz
apiviz
1.3.4


-sourceclasspath ${project.build.outputDirectory}

Prior to version 3.0.0 of the Javadoc plugin, `additionalparam` should be used
instead of `additionalOptions`.

The artifacts are signed with my personal [GPG key][gpg].

License
-------

APIviz is available under version 2.1 or later of the GNU LGPL. See the
`LICENSE.txt` file for the full terms.

[gpg]: https://grahamedgecombe.com/gpe.asc
[mvn]: https://maven.apache.org/
[jdepend-fork]: https://github.com/nidi3/jdepend