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