MVN

org.codehaus.mojo : jdepend-maven-plugin

Maven & Gradle

Apr 19, 2014
9 usages

JDepend Maven Plugin · Maven plugin that generates JDepend reports for your projects.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>jdepend-maven-plugin</artifactId>
    <version>2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : jdepend-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0
  • Latest Beta: 2.0-beta-2

All Versions

Choose a version of org.codehaus.mojo : jdepend-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
jdepend-maven-plugin-2.0
jdepend-maven-plugin-2.0-beta-2
jdepend-maven-plugin-2.0-beta-1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>jdepend-maven-plugin</artifactId>
    <version>2.0</version>
</plugin>

Advertisement