License |
License
Apache License
|
---|---|
GroupId | GroupIdio.zeebe.spring |
ArtifactId | ArtifactIdspring-zeebe-starter |
Version | Version1.0.0-rc1 |
Type | Typejar |
Description |
Descriptionlib/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 |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |