MVN

flux : custom-plugins

Maven & Gradle

Dec 13, 2010

Flux Custom Plugins · Flux custom 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 can be easily added to your Flux workflow using the Web-based designer or the Desktop designer and monitored from the Operations Console.

<dependency>
    <groupId>flux</groupId>
    <artifactId>custom-plugins</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of flux : custom-plugins to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of flux : custom-plugins to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
custom-plugins-1.0.1
custom-plugins-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>flux</groupId>
    <artifactId>custom-plugins</artifactId>
    <version>1.0.1</version>
</dependency>