MVN

com.fluxcorp.plugins : plugins

Maven & Gradle

Jun 24, 2012

Flux Plugins · Flux plugins (actions or triggers as most Flux users are familiar with) can be used to integrate any custom applications seamlessly within a Flux workflow. These plugins are available in your Flux workflow using the Web-based designer or the Desktop designer and monitored from the Operations Console.

<dependency>
    <groupId>com.fluxcorp.plugins</groupId>
    <artifactId>plugins</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fluxcorp.plugins : plugins to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.fluxcorp.plugins : plugins to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
plugins-1.0.4
plugins-1.0.3
plugins-1.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.fluxcorp.plugins</groupId>
    <artifactId>plugins</artifactId>
    <version>1.0.4</version>
</dependency>

Advertisement