Last Version

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

Version

1.0.0-rc1
Type

Type

jar
Description

Description

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


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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
io.zeebe.spring : spring-zeebe jar 1.0.0-rc1
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.boot : spring-boot-starter-actuator Optional 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.