Skip to content

Instantly share code, notes, and snippets.

@berndruecker
Created November 16, 2023 09:41
Show Gist options
  • Save berndruecker/14969a86989ad826f4c2f89d2dafb3d9 to your computer and use it in GitHub Desktop.
Save berndruecker/14969a86989ad826f4c2f89d2dafb3d9 to your computer and use it in GitHub Desktop.
Adding Camunda client in Maven
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-zeebe-starter</artifactId>
<version>${camunda.version}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment