License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdzeebe-client-java |
Version | Version1.0.0-alpha7 |
Type | Typejar |
Description |
DescriptionZeebe Client Java
This pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-client-java/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-client-java</artifactId>
<version>1.0.0-alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-client-java/
implementation 'io.zeebe:zeebe-client-java:1.0.0-alpha7'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-client-java/
implementation ("io.zeebe:zeebe-client-java:1.0.0-alpha7")
'io.zeebe:zeebe-client-java:jar:1.0.0-alpha7'
<dependency org="io.zeebe" name="zeebe-client-java" rev="1.0.0-alpha7">
<artifact name="zeebe-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-client-java', version='1.0.0-alpha7')
)
libraryDependencies += "io.zeebe" % "zeebe-client-java" % "1.0.0-alpha7"
[io.zeebe/zeebe-client-java "1.0.0-alpha7"]
Group / Artifact | Type | Version |
---|---|---|
io.zeebe : zeebe-bpmn-model | jar | 1.0.0-alpha7 |
com.fasterxml.jackson.core : jackson-core | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.fasterxml.jackson.core : jackson-annotations | jar | |
io.zeebe : zeebe-gateway-protocol-impl | jar | 1.0.0-alpha7 |
org.slf4j : slf4j-api | jar | 1.7.30 |
io.grpc : grpc-stub | jar | 1.37.0 |
io.grpc : grpc-core | jar | 1.37.0 |
io.grpc : grpc-api | jar | 1.37.0 |
io.grpc : grpc-netty | jar | 1.37.0 |
com.google.protobuf : protobuf-java | jar | 3.15.8 |
io.netty : netty-handler | jar | |
io.netty : netty-common | jar | |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar |
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-tcnative-boringssl-static | jar | 2.0.38.Final |
Group / Artifact | Type | Version |
---|---|---|
io.grpc : grpc-testing | jar | 1.37.0 |
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.19.0 |
org.mockito : mockito-core | jar | 3.9.0 |
org.awaitility : awaitility | jar | 4.0.3 |
com.github.tomakehurst : wiremock-jre8 | jar | 2.27.2 |
org.ow2.asm : asm | jar | 9.1 |
io.zeebe : zeebe-build-tools | jar | 1.0.0-alpha7 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |