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