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