is not current version
Last Version 1.0.0-alpha7

io.zeebe:zeebe-protocol-asserts 1.0.0-alpha1


GroupId

GroupId

io.zeebe
ArtifactId

ArtifactId

zeebe-protocol-asserts
Version

Version

1.0.0-alpha1
Type

Type

jar

Download zeebe-protocol-asserts 1.0.0-alpha1


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