Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdzeebe-msgpack-json-path |
Version | Version0.22.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-msgpack-json-path/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-msgpack-json-path</artifactId>
<version>0.22.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-msgpack-json-path/
implementation 'io.zeebe:zeebe-msgpack-json-path:0.22.1'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-msgpack-json-path/
implementation ("io.zeebe:zeebe-msgpack-json-path:0.22.1")
'io.zeebe:zeebe-msgpack-json-path:jar:0.22.1'
<dependency org="io.zeebe" name="zeebe-msgpack-json-path" rev="0.22.1">
<artifact name="zeebe-msgpack-json-path" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-msgpack-json-path', version='0.22.1')
)
libraryDependencies += "io.zeebe" % "zeebe-msgpack-json-path" % "0.22.1"
[io.zeebe/zeebe-msgpack-json-path "0.22.1"]