MVN

de.iip-ecosphere.platform : dependency-plugin

Maven & Gradle

Mar 01, 2023
15 stars

Maven Dependency Plugin · Extends the default Maven dependency plugin.

<plugin>
    <groupId>de.iip-ecosphere.platform</groupId>
    <artifactId>dependency-plugin</artifactId>
    <version>0.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.iip-ecosphere.platform : dependency-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of de.iip-ecosphere.platform : dependency-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
dependency-plugin-0.5.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>de.iip-ecosphere.platform</groupId>
    <artifactId>dependency-plugin</artifactId>
    <version>0.5.0</version>
</plugin>