MVN

dev.ybrig.concord : dependency-downloader-maven-plugin

Maven & Gradle

May 08, 2024

Concord Dependency Plugins downloader · Downloads concord plugins dependencies and store it to local

<plugin>
    <groupId>dev.ybrig.concord</groupId>
    <artifactId>dependency-downloader-maven-plugin</artifactId>
    <version>0.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.ybrig.concord : dependency-downloader-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of dev.ybrig.concord : dependency-downloader-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
dependency-downloader-maven-plugin-0.0.5

How to add a plugin to Maven

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

<plugin>
    <groupId>dev.ybrig.concord</groupId>
    <artifactId>dependency-downloader-maven-plugin</artifactId>
    <version>0.0.5</version>
</plugin>