MVN

com.alfame.esb.bpm : mule-bpm-dummy-flowable-activity

Maven & Gradle

May 16, 2022
5 stars

mule-bpm-dummy-flowable-activity · Dummy implementation of Flowable Engine's Mule task, which doesn't actually execute any Mule tasks. This dummy can be used for testing purposes or to satisfy class dependencies of Flowable UI.

<dependency>
    <groupId>com.alfame.esb.bpm</groupId>
    <artifactId>mule-bpm-dummy-flowable-activity</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alfame.esb.bpm : mule-bpm-dummy-flowable-activity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of com.alfame.esb.bpm : mule-bpm-dummy-flowable-activity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
mule-bpm-dummy-flowable-activity-2.2.3
mule-bpm-dummy-flowable-activity-2.2.2

How to add a dependency to Maven

Add the following com.alfame.esb.bpm : mule-bpm-dummy-flowable-activity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alfame.esb.bpm</groupId>
    <artifactId>mule-bpm-dummy-flowable-activity</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alfame.esb.bpm : mule-bpm-dummy-flowable-activity gradle dependency to your build.gradle file:

implementation 'com.alfame.esb.bpm:mule-bpm-dummy-flowable-activity:2.2.3'

Gradle Kotlin DSL: Add the following com.alfame.esb.bpm : mule-bpm-dummy-flowable-activity gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alfame.esb.bpm:mule-bpm-dummy-flowable-activity:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alfame.esb.bpm : mule-bpm-dummy-flowable-activity sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alfame.esb.bpm" % "mule-bpm-dummy-flowable-activity" % "2.2.3"

Advertisement