| License | License | 
|---|---|
| Categories | CategoriesDistribution Build Tools | 
| GroupId | GroupIdio.zeebe | 
| ArtifactId | ArtifactIdzeebe-distribution | 
| Version | Version1.0.0-alpha7 | 
| Type | Typejar | 
| Description | DescriptionZeebe Distribution This pom defines the required plugins and profiles to allow a camunda release build.
    Inherit this pom when you want to release your project into the camunda nexus and/or maven central. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/ -->
<dependency>
    <groupId>io.zeebe</groupId>
    <artifactId>zeebe-distribution</artifactId>
    <version>1.0.0-alpha7</version>
</dependency>// https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/
implementation 'io.zeebe:zeebe-distribution:1.0.0-alpha7'// https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/
implementation ("io.zeebe:zeebe-distribution:1.0.0-alpha7")'io.zeebe:zeebe-distribution:jar:1.0.0-alpha7'<dependency org="io.zeebe" name="zeebe-distribution" rev="1.0.0-alpha7">
  <artifact name="zeebe-distribution" type="jar" />
</dependency>@Grapes(
@Grab(group='io.zeebe', module='zeebe-distribution', version='1.0.0-alpha7')
)libraryDependencies += "io.zeebe" % "zeebe-distribution" % "1.0.0-alpha7"[io.zeebe/zeebe-distribution "1.0.0-alpha7"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 | 
| org.mockito : mockito-core | jar | 3.9.0 | 
| org.assertj : assertj-core | jar | 3.19.0 | 
| io.zeebe : zeebe-build-tools | jar | 1.0.0-alpha7 |