| GroupId | GroupIdio.camunda | 
|---|---|
| ArtifactId | ArtifactIdspring-zeebe-starter | 
| Version | Version8.0.0-alpha1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.camunda/spring-zeebe-starter/ -->
<dependency>
    <groupId>io.camunda</groupId>
    <artifactId>spring-zeebe-starter</artifactId>
    <version>8.0.0-alpha1</version>
</dependency>// https://jarcasting.com/artifacts/io.camunda/spring-zeebe-starter/
implementation 'io.camunda:spring-zeebe-starter:8.0.0-alpha1'// https://jarcasting.com/artifacts/io.camunda/spring-zeebe-starter/
implementation ("io.camunda:spring-zeebe-starter:8.0.0-alpha1")'io.camunda:spring-zeebe-starter:jar:8.0.0-alpha1'<dependency org="io.camunda" name="spring-zeebe-starter" rev="8.0.0-alpha1">
  <artifact name="spring-zeebe-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='io.camunda', module='spring-zeebe-starter', version='8.0.0-alpha1')
)libraryDependencies += "io.camunda" % "spring-zeebe-starter" % "8.0.0-alpha1"[io.camunda/spring-zeebe-starter "8.0.0-alpha1"]