GroupId | GroupIdio.zeebe |
---|---|
ArtifactId | ArtifactIdzb-logstreams |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
zb-logstreams-0.6.0.pom | |
zb-logstreams-0.6.0.jar | 135 KB |
zb-logstreams-0.6.0-test-sources.jar | 68 KB |
zb-logstreams-0.6.0-sources.jar | 85 KB |
zb-logstreams-0.6.0-javadoc.jar | 471 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/zb-logstreams/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zb-logstreams</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zb-logstreams/
implementation 'io.zeebe:zb-logstreams:0.6.0'
// https://jarcasting.com/artifacts/io.zeebe/zb-logstreams/
implementation ("io.zeebe:zb-logstreams:0.6.0")
'io.zeebe:zb-logstreams:jar:0.6.0'
<dependency org="io.zeebe" name="zb-logstreams" rev="0.6.0">
<artifact name="zb-logstreams" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zb-logstreams', version='0.6.0')
)
libraryDependencies += "io.zeebe" % "zb-logstreams" % "0.6.0"
[io.zeebe/zb-logstreams "0.6.0"]