| Categories |
CategoriesDistribution Build Tools |
|---|---|
| GroupId | GroupIdio.zeebe |
| ArtifactId | ArtifactIdzeebe-distribution |
| Version | Version0.5.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| zeebe-distribution-0.5.0.pom | |
| zeebe-distribution-0.5.0.zip | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-distribution</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/
implementation 'io.zeebe:zeebe-distribution:0.5.0'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-distribution/
implementation ("io.zeebe:zeebe-distribution:0.5.0")
'io.zeebe:zeebe-distribution:pom:0.5.0'
<dependency org="io.zeebe" name="zeebe-distribution" rev="0.5.0">
<artifact name="zeebe-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-distribution', version='0.5.0')
)
libraryDependencies += "io.zeebe" % "zeebe-distribution" % "0.5.0"
[io.zeebe/zeebe-distribution "0.5.0"]