MVN

io.camunda : zeebe-atomix

Maven & Gradle

Dec 29, 2021
4 usages

Zeebe Atomix

<dependency>
    <groupId>io.camunda</groupId>
    <artifactId>zeebe-atomix</artifactId>
    <version>1.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.10
  • Latest Release Candidate: 1.0.0-rc3
  • Latest Alpha: 1.1.0-alpha1

All Versions

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

Version Vulnerabilities Updated
1.1.x
zeebe-atomix-1.1.10
zeebe-atomix-1.1.9
zeebe-atomix-1.1.8
zeebe-atomix-1.1.7
zeebe-atomix-1.1.6
zeebe-atomix-1.1.5
zeebe-atomix-1.1.4
zeebe-atomix-1.1.3
zeebe-atomix-1.1.2
zeebe-atomix-1.1.1
zeebe-atomix-1.1.0
zeebe-atomix-1.1.0-alpha1
1.0.x
zeebe-atomix-1.0.5
zeebe-atomix-1.0.4
zeebe-atomix-1.0.2
zeebe-atomix-1.0.1
zeebe-atomix-1.0.0
zeebe-atomix-1.0.0-rc3
zeebe-atomix-1.0.0-rc2
zeebe-atomix-1.0.0-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.camunda</groupId>
    <artifactId>zeebe-atomix</artifactId>
    <version>1.1.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.camunda:zeebe-atomix:1.1.10'

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

implementation("io.camunda:zeebe-atomix:1.1.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.camunda" % "zeebe-atomix" % "1.1.10"

Advertisement