MVN

io.camunda.spring : spring-zeebe-connector-runtime

Maven & Gradle

Apr 10, 2023
158 stars

[to be moved] spring-zeebe-connector-runtime · Camunda Connector - Self-contained runtime that can connect to any Zeebe/Operate instance

<dependency>
    <groupId>io.camunda.spring</groupId>
    <artifactId>spring-zeebe-connector-runtime</artifactId>
    <version>8.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.2.0
  • Latest Alpha: 8.2.0-alpha5

All Versions

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

Version Vulnerabilities Updated
8.2.x
spring-zeebe-connector-runtime-8.2.0
spring-zeebe-connector-runtime-8.2.0-alpha5
spring-zeebe-connector-runtime-8.2.0-alpha4
spring-zeebe-connector-runtime-8.2.0-alpha3
spring-zeebe-connector-runtime-8.2.0-alpha2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.camunda.spring</groupId>
    <artifactId>spring-zeebe-connector-runtime</artifactId>
    <version>8.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.camunda.spring:spring-zeebe-connector-runtime:8.2.0'

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

implementation("io.camunda.spring:spring-zeebe-connector-runtime:8.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.camunda.spring" % "spring-zeebe-connector-runtime" % "8.2.0"