MVN

org.femtoframework.fork : coin-jar-plugin

Maven & Gradle

May 24, 2019
0 stars

Executable Jar Maven Plugin · Creates executable jars containing their dependent jars instead of exploding the dependent jars into the main jar

<plugin>
    <groupId>org.femtoframework.fork</groupId>
    <artifactId>coin-jar-plugin</artifactId>
    <version>1.1.0-FEMTO</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.femtoframework.fork : coin-jar-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0-FEMTO

All Versions

Choose a version of org.femtoframework.fork : coin-jar-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
coin-jar-plugin-1.1.0-FEMTO

How to add a plugin to Maven

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

<plugin>
    <groupId>org.femtoframework.fork</groupId>
    <artifactId>coin-jar-plugin</artifactId>
    <version>1.1.0-FEMTO</version>
</plugin>