is not current version
Last Version 1.0.4

com.fluxcorp.plugins:plugins 1.0.2

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.

GroupId

GroupId

com.fluxcorp.plugins
ArtifactId

ArtifactId

plugins
Version

Version

1.0.2
Type

Type

pom

Download plugins 1.0.2

Filename Size
plugins-1.0.2.pom 21 KB
Browse

<!-- https://jarcasting.com/artifacts/com.fluxcorp.plugins/plugins/ -->
<dependency>
    <groupId>com.fluxcorp.plugins</groupId>
    <artifactId>plugins</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fluxcorp.plugins/plugins/
implementation 'com.fluxcorp.plugins:plugins:1.0.2'
// https://jarcasting.com/artifacts/com.fluxcorp.plugins/plugins/
implementation ("com.fluxcorp.plugins:plugins:1.0.2")
'com.fluxcorp.plugins:plugins:pom:1.0.2'
<dependency org="com.fluxcorp.plugins" name="plugins" rev="1.0.2">
  <artifact name="plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fluxcorp.plugins', module='plugins', version='1.0.2')
)
libraryDependencies += "com.fluxcorp.plugins" % "plugins" % "1.0.2"
[com.fluxcorp.plugins/plugins "1.0.2"]