MVN

io.camunda.connector : connector-runtime-job-worker

Maven & Gradle

Oct 27, 2022
16 stars

connector-runtime-job-worker · Camunda Connector Run-Time Job Worker

<dependency>
    <groupId>io.camunda.connector</groupId>
    <artifactId>connector-runtime-job-worker</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.camunda.connector : connector-runtime-job-worker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2
  • Latest Alpha: 0.3.0-alpha1

All Versions

Choose a version of io.camunda.connector : connector-runtime-job-worker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
connector-runtime-job-worker-0.3.0-alpha1
0.2.x
connector-runtime-job-worker-0.2.2
connector-runtime-job-worker-0.2.1
connector-runtime-job-worker-0.2.0
0.1.x
connector-runtime-job-worker-0.1.0

How to add a dependency to Maven

Add the following io.camunda.connector : connector-runtime-job-worker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.camunda.connector</groupId>
    <artifactId>connector-runtime-job-worker</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.camunda.connector : connector-runtime-job-worker gradle dependency to your build.gradle file:

implementation 'io.camunda.connector:connector-runtime-job-worker:0.2.2'

Gradle Kotlin DSL: Add the following io.camunda.connector : connector-runtime-job-worker gradle kotlin dependency to your build.gradle.kts file:

implementation("io.camunda.connector:connector-runtime-job-worker:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.camunda.connector : connector-runtime-job-worker sbt scala dependency to your build.sbt file:

libraryDependencies += "io.camunda.connector" % "connector-runtime-job-worker" % "0.2.2"