GroupId | GroupIdcom.fluxcorp.plugins |
---|---|
ArtifactId | ArtifactIdwebservice-trigger |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeb Service Trigger
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
webservice-trigger-1.0.4.pom | |
webservice-trigger-1.0.4.jar | 22 KB |
webservice-trigger-1.0.4-sources.jar | 12 KB |
webservice-trigger-1.0.4-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fluxcorp.plugins/webservice-trigger/ -->
<dependency>
<groupId>com.fluxcorp.plugins</groupId>
<artifactId>webservice-trigger</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fluxcorp.plugins/webservice-trigger/
implementation 'com.fluxcorp.plugins:webservice-trigger:1.0.4'
// https://jarcasting.com/artifacts/com.fluxcorp.plugins/webservice-trigger/
implementation ("com.fluxcorp.plugins:webservice-trigger:1.0.4")
'com.fluxcorp.plugins:webservice-trigger:jar:1.0.4'
<dependency org="com.fluxcorp.plugins" name="webservice-trigger" rev="1.0.4">
<artifact name="webservice-trigger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fluxcorp.plugins', module='webservice-trigger', version='1.0.4')
)
libraryDependencies += "com.fluxcorp.plugins" % "webservice-trigger" % "1.0.4"
[com.fluxcorp.plugins/webservice-trigger "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.cxf : cxf-rt-frontend-jaxws | jar | 2.6.1 |
org.apache.cxf : cxf-rt-frontend-jaxrs | jar | 2.6.1 |
org.apache.cxf : cxf-rt-transports-http-jetty | jar | 2.6.1 |
org.apache.cxf : cxf-rt-databinding-jaxb | jar | 2.6.1 |
org.apache.cxf : cxf-rt-bindings-soap | jar | 2.6.1 |
org.apache.cxf : cxf-rt-transports-http | jar | 2.6.1 |
org.apache.cxf : cxf-rt-ws-security | jar | 2.6.1 |
org.slf4j : slf4j-nop | jar | 1.6.6 |
flux : flux | jar | 7.11.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
commons-logging : commons-logging | jar | 1.1.1 |