| Группа | Группаflux |
|---|---|
| Идентификатор | Идентификаторcustom-plugins |
| Версия | Версия1.0.1 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| custom-plugins-1.0.1.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/flux/custom-plugins/ -->
<dependency>
<groupId>flux</groupId>
<artifactId>custom-plugins</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/flux/custom-plugins/
implementation 'flux:custom-plugins:1.0.1'
// https://jarcasting.com/artifacts/flux/custom-plugins/
implementation ("flux:custom-plugins:1.0.1")
'flux:custom-plugins:pom:1.0.1'
<dependency org="flux" name="custom-plugins" rev="1.0.1">
<artifact name="custom-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='flux', module='custom-plugins', version='1.0.1')
)
libraryDependencies += "flux" % "custom-plugins" % "1.0.1"
[flux/custom-plugins "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| flux : flux | jar | 7.10.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.jettison : jettison | jar | 1.2 |
| junit : junit | jar | 4.8.2 |
| commons-logging : commons-logging | jar | 1.1.1 |