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