MVN

com.evolvedbinary.appbundler : appbundler-maven-plugin

Maven & Gradle

Mar 02, 2023
3 stars

AppBundler Maven Plugin

<plugin>
    <groupId>com.evolvedbinary.appbundler</groupId>
    <artifactId>appbundler-maven-plugin</artifactId>
    <version>3.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.evolvedbinary.appbundler : appbundler-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.evolvedbinary.appbundler : appbundler-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
appbundler-maven-plugin-3.0.0
2.0.x
appbundler-maven-plugin-2.0.0
1.1.x
appbundler-maven-plugin-1.1.0
1.0.x
appbundler-maven-plugin-1.0.7
appbundler-maven-plugin-1.0.6
appbundler-maven-plugin-1.0.5
appbundler-maven-plugin-1.0.4
appbundler-maven-plugin-1.0.3
appbundler-maven-plugin-1.0.2
appbundler-maven-plugin-1.0.1
1.0
appbundler-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.evolvedbinary.appbundler</groupId>
    <artifactId>appbundler-maven-plugin</artifactId>
    <version>3.0.0</version>
</plugin>

Advertisement