MVN

io.github.rockfireredmoon : getdown-maven-plugin

Maven & Gradle

Sep 27, 2019
7 stars

Getdown Maven Plugin · Creates deployable, updateable java applications using Getdown (https://github.com/threerings/getdown/).

<plugin>
    <groupId>io.github.rockfireredmoon</groupId>
    <artifactId>getdown-maven-plugin</artifactId>
    <version>0.9.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.1

All Versions

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

Version Vulnerabilities Updated
0.9.x
getdown-maven-plugin-0.9.1
getdown-maven-plugin-0.9.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.rockfireredmoon</groupId>
    <artifactId>getdown-maven-plugin</artifactId>
    <version>0.9.1</version>
</plugin>

Advertisement