| Categories | CategoriesHazelcast Application Layer Libs Distributed Applications | 
|---|---|
| GroupId | GroupIdio.zeebe.hazelcast | 
| ArtifactId | ArtifactIdzeebe-hazelcast-exporter | 
| Version | Version0.9.0-alpha1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.zeebe.hazelcast/zeebe-hazelcast-exporter/ -->
<dependency>
    <groupId>io.zeebe.hazelcast</groupId>
    <artifactId>zeebe-hazelcast-exporter</artifactId>
    <version>0.9.0-alpha1</version>
</dependency>// https://jarcasting.com/artifacts/io.zeebe.hazelcast/zeebe-hazelcast-exporter/
implementation 'io.zeebe.hazelcast:zeebe-hazelcast-exporter:0.9.0-alpha1'// https://jarcasting.com/artifacts/io.zeebe.hazelcast/zeebe-hazelcast-exporter/
implementation ("io.zeebe.hazelcast:zeebe-hazelcast-exporter:0.9.0-alpha1")'io.zeebe.hazelcast:zeebe-hazelcast-exporter:jar:0.9.0-alpha1'<dependency org="io.zeebe.hazelcast" name="zeebe-hazelcast-exporter" rev="0.9.0-alpha1">
  <artifact name="zeebe-hazelcast-exporter" type="jar" />
</dependency>@Grapes(
@Grab(group='io.zeebe.hazelcast', module='zeebe-hazelcast-exporter', version='0.9.0-alpha1')
)libraryDependencies += "io.zeebe.hazelcast" % "zeebe-hazelcast-exporter" % "0.9.0-alpha1"[io.zeebe.hazelcast/zeebe-hazelcast-exporter "0.9.0-alpha1"]