не последняя версия
Последняя версия 0.16.4

io.zeebe:zb-protocol 0.6.0


Группа

Группа

io.zeebe
Идентификатор

Идентификатор

zb-protocol
Версия

Версия

0.6.0
Тип

Тип

jar

Скачать zb-protocol 0.6.0


<!-- https://jarcasting.com/artifacts/io.zeebe/zb-protocol/ -->
<dependency>
    <groupId>io.zeebe</groupId>
    <artifactId>zb-protocol</artifactId>
    <version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zb-protocol/
implementation 'io.zeebe:zb-protocol:0.6.0'
// https://jarcasting.com/artifacts/io.zeebe/zb-protocol/
implementation ("io.zeebe:zb-protocol:0.6.0")
'io.zeebe:zb-protocol:jar:0.6.0'
<dependency org="io.zeebe" name="zb-protocol" rev="0.6.0">
  <artifact name="zb-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zb-protocol', version='0.6.0')
)
libraryDependencies += "io.zeebe" % "zb-protocol" % "0.6.0"
[io.zeebe/zb-protocol "0.6.0"]