MVN

io.github.frango9000 : maven-dependency-plugin

Maven & Gradle

Feb 24, 2024
0 stars

Apache Maven Dependency Plugin · Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more. Forked version that fixes filters in go-offline mojo

<plugin>
    <groupId>io.github.frango9000</groupId>
    <artifactId>maven-dependency-plugin</artifactId>
    <version>3.6.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.frango9000 : maven-dependency-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.6.2.0

All Versions

Choose a version of io.github.frango9000 : maven-dependency-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.6.x
maven-dependency-plugin-3.6.2.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>io.github.frango9000</groupId>
    <artifactId>maven-dependency-plugin</artifactId>
    <version>3.6.2.0</version>
</plugin>