License |
License
Apache License
|
---|---|
GroupId | GroupIdio.camunda |
ArtifactId | ArtifactIdspring-zeebe |
Last Version | Last Version8.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlib/spring-zeebe-client
This pom defines the required plugins and profiles to allow a camunda community hub release build.
Inherit this pom when you want to use the camunda community hub GitHub release action.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-zeebe-8.0.5.pom | |
spring-zeebe-8.0.5.jar | 37 KB |
spring-zeebe-8.0.5-test-sources.jar | 5 KB |
spring-zeebe-8.0.5-sources.jar | 18 KB |
spring-zeebe-8.0.5-javadoc.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.camunda/spring-zeebe/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-zeebe</artifactId>
<version>8.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/spring-zeebe/
implementation 'io.camunda:spring-zeebe:8.0.5'
// https://jarcasting.com/artifacts/io.camunda/spring-zeebe/
implementation ("io.camunda:spring-zeebe:8.0.5")
'io.camunda:spring-zeebe:jar:8.0.5'
<dependency org="io.camunda" name="spring-zeebe" rev="8.0.5">
<artifact name="spring-zeebe" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='spring-zeebe', version='8.0.5')
)
libraryDependencies += "io.camunda" % "spring-zeebe" % "8.0.5"
[io.camunda/spring-zeebe "8.0.5"]
Group / Artifact | Type | Version |
---|---|---|
io.camunda : zeebe-client-java | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |