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