MVN

com.offbytwo.maven.plugins : maven-dependency-plugin

Maven & Gradle

Jul 17, 2018
0 stars

Apache Maven Dependency Plugin · Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more.

<plugin>
    <groupId>com.offbytwo.maven.plugins</groupId>
    <artifactId>maven-dependency-plugin</artifactId>
    <version>3.1.1.MDEP568</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.1.MDEP568

All Versions

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

Version Vulnerabilities Updated
3.1.x
maven-dependency-plugin-3.1.1.MDEP568

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.offbytwo.maven.plugins</groupId>
    <artifactId>maven-dependency-plugin</artifactId>
    <version>3.1.1.MDEP568</version>
</plugin>