MVN

net.stickycode.plugins : shifty-maven-plugin

Maven & Gradle

Jun 07, 2023
2 stars

shifty-maven-plugin-1 · A maven plugin to use concise syntax to quickly download artifacts

<plugin>
    <groupId>net.stickycode.plugins</groupId>
    <artifactId>shifty-maven-plugin</artifactId>
    <version>1.18</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.stickycode.plugins : shifty-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.18

All Versions

Choose a version of net.stickycode.plugins : shifty-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.18
shifty-maven-plugin-1.18
1.17
shifty-maven-plugin-1.17
1.12
shifty-maven-plugin-1.12
1.9
shifty-maven-plugin-1.9
1.8
shifty-maven-plugin-1.8
1.7
shifty-maven-plugin-1.7
1.5
shifty-maven-plugin-1.5
1.3
shifty-maven-plugin-1.3
1.2
shifty-maven-plugin-1.2

How to add a plugin to Maven

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

<plugin>
    <groupId>net.stickycode.plugins</groupId>
    <artifactId>shifty-maven-plugin</artifactId>
    <version>1.18</version>
</plugin>