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