MVN

org.jboss.apiviz : apiviz

Maven & Gradle

Oct 17, 2012
3 usages
22 stars

APIviz · 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.

<dependency>
    <groupId>org.jboss.apiviz</groupId>
    <artifactId>apiviz</artifactId>
    <version>1.3.2.GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.apiviz : apiviz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2.GA

All Versions

Choose a version of org.jboss.apiviz : apiviz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
apiviz-1.3.2.GA
apiviz-1.3.1.GA
apiviz-1.3.0.GA
1.2.x
apiviz-1.2.5.GA
apiviz-1.2.4.GA
apiviz-1.2.3.GA
apiviz-1.2.2.GA
apiviz-1.2.1.GA
apiviz-1.2.0.GA

How to add a dependency to Maven

Add the following org.jboss.apiviz : apiviz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jboss.apiviz</groupId>
    <artifactId>apiviz</artifactId>
    <version>1.3.2.GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.apiviz : apiviz gradle dependency to your build.gradle file:

implementation 'org.jboss.apiviz:apiviz:1.3.2.GA'

Gradle Kotlin DSL: Add the following org.jboss.apiviz : apiviz gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.apiviz:apiviz:1.3.2.GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.apiviz : apiviz sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.apiviz" % "apiviz" % "1.3.2.GA"

Advertisement

Dependencies from Group

Oct 17, 2012
3 usages
22 stars

Discover Dependencies

Sep 07, 2011
17 usages
Aug 12, 2014
1 usages
1 stars
Sep 12, 2014
1 usages
0 stars
Oct 10, 2014
2 usages
0 stars
Jun 19, 2010
1 usages
May 04, 2006
1 usages
Feb 10, 2015
2 usages
2 stars
Jan 23, 2008
6 usages
Feb 04, 2015
9 usages
Sep 25, 2013
1 usages
0 stars