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