Last Version

lib/spring-zeebe-client 1.0.0-rc1

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.

License

License

Apache License
GroupId

GroupId

io.zeebe.spring
ArtifactId

ArtifactId

spring-zeebe
Version

Version

1.0.0-rc1
Type

Type

jar
Description

Description

lib/spring-zeebe-client
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

Camunda Services GmbH

Download spring-zeebe 1.0.0-rc1


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

Dependencies

compile (2)

Group / Artifact Type Version
io.camunda : zeebe-client-java jar
io.zeebe.spring : spring-zeebe-util jar 1.0.0-rc1

provided (1)

Group / Artifact Type Version
org.springframework : spring-context jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.