| License |
License |
|---|---|
| Categories |
CategoriesJBoss Container Application Servers |
| GroupId | GroupIdorg.jboss.apiviz |
| ArtifactId | ArtifactIdapiviz |
| Version | Version1.3.2.GA |
| Type | Typejar |
| Description |
DescriptionAPIviz
APIviz is a JavaDoc doclet which extends the Java standard doclet.
It generates comprehensive UML-like class and package diagrams
that help the quick understanding of the overall API structure.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| apiviz-1.3.2.GA.pom | |
| apiviz-1.3.2.GA.jar | 136 KB |
| apiviz-1.3.2.GA-sources.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.apiviz/apiviz/ -->
<dependency>
<groupId>org.jboss.apiviz</groupId>
<artifactId>apiviz</artifactId>
<version>1.3.2.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.apiviz/apiviz/
implementation 'org.jboss.apiviz:apiviz:1.3.2.GA'
// https://jarcasting.com/artifacts/org.jboss.apiviz/apiviz/
implementation ("org.jboss.apiviz:apiviz:1.3.2.GA")
'org.jboss.apiviz:apiviz:jar:1.3.2.GA'
<dependency org="org.jboss.apiviz" name="apiviz" rev="1.3.2.GA">
<artifact name="apiviz" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.apiviz', module='apiviz', version='1.3.2.GA')
)
libraryDependencies += "org.jboss.apiviz" % "apiviz" % "1.3.2.GA"
[org.jboss.apiviz/apiviz "1.3.2.GA"]
| Group / Artifact | Type | Version |
|---|---|---|
| jdepend : jdepend Optional | jar | 2.9.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun » tools Optional | jar | 1.5.0 |