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