MVN

com.suriyaprakhash : dependency-maven-plugin

Maven & Gradle

May 19, 2023
0 stars

dependency-maven-plugin · This plugin has options to export dependency as a json file. Check here for more info https://github.com/suriyaprakhash/dependency-plugin/tree/main/dependency-maven-plugin#readme

<plugin>
    <groupId>com.suriyaprakhash</groupId>
    <artifactId>dependency-maven-plugin</artifactId>
    <version>0.0.21</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.suriyaprakhash : dependency-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.21

All Versions

Choose a version of com.suriyaprakhash : dependency-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
dependency-maven-plugin-0.0.21

How to add a plugin to Maven

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

<plugin>
    <groupId>com.suriyaprakhash</groupId>
    <artifactId>dependency-maven-plugin</artifactId>
    <version>0.0.21</version>
</plugin>