MVN

io.holunda.polyflow : polyflow-camunda-bpm-taskpool-job-sender

Maven & Gradle

Jul 21, 2023
60 stars

integration/camunda-bpm/polyflow-camunda-bpm-taskpool-job-sender

<dependency>
    <groupId>io.holunda.polyflow</groupId>
    <artifactId>polyflow-camunda-bpm-taskpool-job-sender</artifactId>
    <version>3.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.holunda.polyflow : polyflow-camunda-bpm-taskpool-job-sender to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.14.2

All Versions

Choose a version of io.holunda.polyflow : polyflow-camunda-bpm-taskpool-job-sender to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.14.x
polyflow-camunda-bpm-taskpool-job-sender-3.14.2
polyflow-camunda-bpm-taskpool-job-sender-3.14.1
polyflow-camunda-bpm-taskpool-job-sender-3.14.0
3.13.x
polyflow-camunda-bpm-taskpool-job-sender-3.13.0
3.12.x
polyflow-camunda-bpm-taskpool-job-sender-3.12.0
3.11.x
polyflow-camunda-bpm-taskpool-job-sender-3.11.0
3.10.x
polyflow-camunda-bpm-taskpool-job-sender-3.10.0
3.9.x
polyflow-camunda-bpm-taskpool-job-sender-3.9.1
polyflow-camunda-bpm-taskpool-job-sender-3.9.0
3.8.x
polyflow-camunda-bpm-taskpool-job-sender-3.8.2
polyflow-camunda-bpm-taskpool-job-sender-3.8.1
polyflow-camunda-bpm-taskpool-job-sender-3.8.0
3.7.x
polyflow-camunda-bpm-taskpool-job-sender-3.7.0

How to add a dependency to Maven

Add the following io.holunda.polyflow : polyflow-camunda-bpm-taskpool-job-sender maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.holunda.polyflow</groupId>
    <artifactId>polyflow-camunda-bpm-taskpool-job-sender</artifactId>
    <version>3.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.holunda.polyflow : polyflow-camunda-bpm-taskpool-job-sender gradle dependency to your build.gradle file:

implementation 'io.holunda.polyflow:polyflow-camunda-bpm-taskpool-job-sender:3.14.2'

Gradle Kotlin DSL: Add the following io.holunda.polyflow : polyflow-camunda-bpm-taskpool-job-sender gradle kotlin dependency to your build.gradle.kts file:

implementation("io.holunda.polyflow:polyflow-camunda-bpm-taskpool-job-sender:3.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.holunda.polyflow : polyflow-camunda-bpm-taskpool-job-sender sbt scala dependency to your build.sbt file:

libraryDependencies += "io.holunda.polyflow" % "polyflow-camunda-bpm-taskpool-job-sender" % "3.14.2"