License |
License
Apache License
|
---|---|
GroupId | GroupIdio.zeebe.spring |
ArtifactId | ArtifactIdspring-zeebe-broker-starter |
Version | Version0.7.0 |
Type | Typejar |
Description |
Descriptionlib/spring-zeebe-broker-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-broker-starter/ -->
<dependency>
<groupId>io.zeebe.spring</groupId>
<artifactId>spring-zeebe-broker-starter</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe.spring/spring-zeebe-broker-starter/
implementation 'io.zeebe.spring:spring-zeebe-broker-starter:0.7.0'
// https://jarcasting.com/artifacts/io.zeebe.spring/spring-zeebe-broker-starter/
implementation ("io.zeebe.spring:spring-zeebe-broker-starter:0.7.0")
'io.zeebe.spring:spring-zeebe-broker-starter:jar:0.7.0'
<dependency org="io.zeebe.spring" name="spring-zeebe-broker-starter" rev="0.7.0">
<artifact name="spring-zeebe-broker-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe.spring', module='spring-zeebe-broker-starter', version='0.7.0')
)
libraryDependencies += "io.zeebe.spring" % "spring-zeebe-broker-starter" % "0.7.0"
[io.zeebe.spring/spring-zeebe-broker-starter "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
io.zeebe.spring : spring-zeebe-broker | jar | 0.7.0 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
io.zeebe.spring : spring-zeebe-test | jar | 0.7.0 |