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