MVN

org.camunda.community : agent

Maven & Gradle

Apr 05, 2023
19 stars

EZE - Embedded Zeebe Engine Agent

<dependency>
    <groupId>org.camunda.community</groupId>
    <artifactId>agent</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.community : agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Alpha: 1.2.0-alpha2

All Versions

Choose a version of org.camunda.community : agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
agent-1.2.0
agent-1.2.0-alpha2
agent-1.2.0-alpha1
1.1.x
agent-1.1.0
1.0.x
agent-1.0.2

How to add a dependency to Maven

Add the following org.camunda.community : agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.camunda.community</groupId>
    <artifactId>agent</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.camunda.community : agent gradle dependency to your build.gradle file:

implementation 'org.camunda.community:agent:1.2.0'

Gradle Kotlin DSL: Add the following org.camunda.community : agent gradle kotlin dependency to your build.gradle.kts file:

implementation("org.camunda.community:agent:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.camunda.community : agent sbt scala dependency to your build.sbt file:

libraryDependencies += "org.camunda.community" % "agent" % "1.2.0"