MVN

com.github.fluorumlabs.disconnect : disconnect-maven-plugin

Maven & Gradle

Mar 30, 2020
6 stars

Disconnect: Maven plugin · Maven plugin for building of disconnect applications

<plugin>
    <groupId>com.github.fluorumlabs.disconnect</groupId>
    <artifactId>disconnect-maven-plugin</artifactId>
    <version>0.1.0-alpha2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fluorumlabs.disconnect : disconnect-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0-alpha2
  • Latest Alpha: 0.1.0-alpha2

All Versions

Choose a version of com.github.fluorumlabs.disconnect : disconnect-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
disconnect-maven-plugin-0.1.0-alpha2
disconnect-maven-plugin-0.1.0-alpha1

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.github.fluorumlabs.disconnect</groupId>
    <artifactId>disconnect-maven-plugin</artifactId>
    <version>0.1.0-alpha2</version>
</plugin>

Advertisement