MVN

org.codehaus.swizzle : dependency-report-plugin

Maven & Gradle

Jan 10, 2008

Dependency Report Plugin

<plugin>
    <groupId>org.codehaus.swizzle</groupId>
    <artifactId>dependency-report-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.swizzle : dependency-report-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of org.codehaus.swizzle : dependency-report-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
dependency-report-plugin-1.0.2
dependency-report-plugin-1.0.1
1.0
dependency-report-plugin-1.0

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.swizzle</groupId>
    <artifactId>dependency-report-plugin</artifactId>
    <version>1.0.2</version>
</plugin>