MVN

io.camunda.connector : connector-runtime-spring

Maven & Gradle

Aug 14, 2023
<dependency>
    <groupId>io.camunda.connector</groupId>
    <artifactId>connector-runtime-spring</artifactId>
    <version>0.22.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.22.1
  • Latest Alpha: 0.23.0-alpha1-avro

All Versions

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

Version Vulnerabilities Updated
0.23.x
connector-runtime-spring-0.23.0-alpha1-avro
0.22.x
connector-runtime-spring-0.22.1
connector-runtime-spring-0.22.0
connector-runtime-spring-0.22.0-alpha2
0.21.x
connector-runtime-spring-0.21.4
connector-runtime-spring-0.21.3
connector-runtime-spring-0.21.2
connector-runtime-spring-0.21.1
connector-runtime-spring-0.21.0
0.20.x
connector-runtime-spring-0.20.3
connector-runtime-spring-0.20.2
connector-runtime-spring-0.20.0
connector-runtime-spring-0.20.0-alpha3
connector-runtime-spring-0.20.0-alpha2

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.camunda.connector:connector-runtime-spring:0.22.1'

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

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

How to add a dependency to SBT Scala

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

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