| Categories | CategoriesDistribution Build Tools | 
|---|---|
| GroupId | GroupIdio.zeebe | 
| ArtifactId | ArtifactIdzeebe-distribution | 
| Version | Version1.0.0-alpha4 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/ -->
<dependency>
    <groupId>io.zeebe</groupId>
    <artifactId>zeebe-distribution</artifactId>
    <version>1.0.0-alpha4</version>
</dependency>// https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/
implementation 'io.zeebe:zeebe-distribution:1.0.0-alpha4'// https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/
implementation ("io.zeebe:zeebe-distribution:1.0.0-alpha4")'io.zeebe:zeebe-distribution:jar:1.0.0-alpha4'<dependency org="io.zeebe" name="zeebe-distribution" rev="1.0.0-alpha4">
  <artifact name="zeebe-distribution" type="jar" />
</dependency>@Grapes(
@Grab(group='io.zeebe', module='zeebe-distribution', version='1.0.0-alpha4')
)libraryDependencies += "io.zeebe" % "zeebe-distribution" % "1.0.0-alpha4"[io.zeebe/zeebe-distribution "1.0.0-alpha4"]