MVN

com.aerse.maven : deps-maven-plugin

Maven & Gradle

Aug 26, 2023
1 stars

deps · extract project dependencies and download them later using bash

<plugin>
    <groupId>com.aerse.maven</groupId>
    <artifactId>deps-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aerse.maven : deps-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of com.aerse.maven : deps-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4
deps-maven-plugin-1.4
1.2
deps-maven-plugin-1.2
1.1
deps-maven-plugin-1.1
1.0
deps-maven-plugin-1.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.aerse.maven</groupId>
    <artifactId>deps-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>