MVN

io.camunda.connector : spring-boot-starter-camunda-connectors

Maven & Gradle

Aug 14, 2023
16 stars

An implementation of the Camunda 8 Connectors Runtime based on Spring Zeebe.

<dependency>
    <groupId>io.camunda.connector</groupId>
    <artifactId>spring-boot-starter-camunda-connectors</artifactId>
    <version>0.22.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.camunda.connector : spring-boot-starter-camunda-connectors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.22.1
  • Latest Release Candidate: 0.19.0-rc7
  • Latest Alpha: 0.23.0-alpha1-avro

All Versions

Choose a version of io.camunda.connector : spring-boot-starter-camunda-connectors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23.x
spring-boot-starter-camunda-connectors-0.23.0-alpha1-avro
0.22.x
spring-boot-starter-camunda-connectors-0.22.1
spring-boot-starter-camunda-connectors-0.22.0
spring-boot-starter-camunda-connectors-0.22.0-alpha2
0.21.x
spring-boot-starter-camunda-connectors-0.21.4
spring-boot-starter-camunda-connectors-0.21.3
spring-boot-starter-camunda-connectors-0.21.2
spring-boot-starter-camunda-connectors-0.21.1
spring-boot-starter-camunda-connectors-0.21.0
0.20.x
spring-boot-starter-camunda-connectors-0.20.3
spring-boot-starter-camunda-connectors-0.20.2
spring-boot-starter-camunda-connectors-0.20.0
spring-boot-starter-camunda-connectors-0.20.0-alpha3
spring-boot-starter-camunda-connectors-0.20.0-alpha2
spring-boot-starter-camunda-connectors-0.20.0-alpha1
0.19.x
spring-boot-starter-camunda-connectors-0.19.2
spring-boot-starter-camunda-connectors-0.19.1
spring-boot-starter-camunda-connectors-0.19.0
spring-boot-starter-camunda-connectors-0.19.0-rc7
spring-boot-starter-camunda-connectors-0.19.0-rc6
spring-boot-starter-camunda-connectors-0.19.0-rc5
spring-boot-starter-camunda-connectors-0.19.0-alpha1
spring-boot-starter-camunda-connectors-0.19.0-rc4
spring-boot-starter-camunda-connectors-0.19.0-rc3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.camunda.connector</groupId>
    <artifactId>spring-boot-starter-camunda-connectors</artifactId>
    <version>0.22.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.camunda.connector : spring-boot-starter-camunda-connectors gradle dependency to your build.gradle file:

implementation 'io.camunda.connector:spring-boot-starter-camunda-connectors:0.22.1'

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

implementation("io.camunda.connector:spring-boot-starter-camunda-connectors:0.22.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.camunda.connector : spring-boot-starter-camunda-connectors sbt scala dependency to your build.sbt file:

libraryDependencies += "io.camunda.connector" % "spring-boot-starter-camunda-connectors" % "0.22.1"

Advertisement