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.
- Host: GitHub
- URL: https://github.com/grahamedgecombe/apiviz
- Owner: grahamedgecombe
- License: lgpl-2.1
- Created: 2016-01-30T22:01:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T19:09:30.000Z (about 8 years ago)
- Last Synced: 2025-04-11T02:04:47.111Z (about 1 year ago)
- Topics: java, javadoc
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 10
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.jdepend.txt
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