c

connector-runtime-bundle

Connectors Runtime Bundle including out-of-the-box connectors
Files download
File Operation
connector-runtime-bundle-8.5.0.jar download
connector-runtime-bundle-8.5.0.pom download
connector-runtime-bundle-8.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.camunda.connector</groupId>
  <artifactId>connector-runtime-bundle</artifactId>
  <version>8.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.camunda.connector:connector-runtime-bundle:8.5.0'
Gradle Kotlin
implementation("io.camunda.connector:connector-runtime-bundle:8.5.0")
Scala SBT
libraryDependencies += "io.camunda.connector" % "connector-runtime-bundle" % "8.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.camunda.connector', module='connector-runtime-bundle', version='8.5.0')
)
Apache Ivy
<dependency org="io.camunda.connector" name="connector-runtime-bundle" rev="8.5.0" />
Leiningen
[io.camunda.connector/connector-runtime-bundle "8.5.0"]
Apache Buildr
'io.camunda.connector:connector-runtime-bundle:jar:8.5.0'