License |
License
Apache License
|
---|---|
GroupId | GroupIdio.zeebe.spring.examples |
ArtifactId | ArtifactIdspring-zeebe-example-worker |
Version | Version1.0.0-rc1 |
Type | Typejar |
Description |
Descriptionexample/spring-zeebe-example-worker
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.examples/spring-zeebe-example-worker/ -->
<dependency>
<groupId>io.zeebe.spring.examples</groupId>
<artifactId>spring-zeebe-example-worker</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe.spring.examples/spring-zeebe-example-worker/
implementation 'io.zeebe.spring.examples:spring-zeebe-example-worker:1.0.0-rc1'
// https://jarcasting.com/artifacts/io.zeebe.spring.examples/spring-zeebe-example-worker/
implementation ("io.zeebe.spring.examples:spring-zeebe-example-worker:1.0.0-rc1")
'io.zeebe.spring.examples:spring-zeebe-example-worker:jar:1.0.0-rc1'
<dependency org="io.zeebe.spring.examples" name="spring-zeebe-example-worker" rev="1.0.0-rc1">
<artifact name="spring-zeebe-example-worker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe.spring.examples', module='spring-zeebe-example-worker', version='1.0.0-rc1')
)
libraryDependencies += "io.zeebe.spring.examples" % "spring-zeebe-example-worker" % "1.0.0-rc1"
[io.zeebe.spring.examples/spring-zeebe-example-worker "1.0.0-rc1"]
Group / Artifact | Type | Version |
---|---|---|
io.zeebe.spring : spring-zeebe-starter | jar | 1.0.0-rc1 |
org.projectlombok : lombok | jar |