MVN

com.github.Azim : azimdp-maven-plugin

Maven & Gradle

Nov 26, 2020
0 stars

AzimDP maven plugin to save a list of your dependencies · A simple maven plugin to generate a list of project's dependencies in form of .json file and save it to the target jar

<plugin>
    <groupId>com.github.Azim</groupId>
    <artifactId>azimdp-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.Azim : azimdp-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.Azim : azimdp-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
azimdp-maven-plugin-1.0.1
azimdp-maven-plugin-1.0.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>com.github.Azim</groupId>
    <artifactId>azimdp-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>