Last Version

Zeebe Script Worker 1.1.0

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

GroupId

GroupId

io.zeebe
ArtifactId

ArtifactId

zeebe-script-worker
Version

Version

1.1.0
Type

Type

jar
Description

Description

Zeebe Script 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

Camunda Services GmbH
Source Code Management

Source Code Management

https://github.com/camunda-community-hub/zeebe-script-worker

Download zeebe-script-worker 1.1.0


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

Dependencies

compile (7)

Group / Artifact Type Version
io.camunda : spring-zeebe-starter jar 1.2.8
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-mustache jar
org.codehaus.groovy : groovy-all jar 2.4.21
org.camunda.feel : feel-engine jar 1.14.1
org.jetbrains.kotlin : kotlin-scripting-jsr223 jar 1.6.10

test (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.junit.jupiter : junit-jupiter jar 5.8.2
org.assertj : assertj-core jar 3.22.0
org.testcontainers : junit-jupiter jar 1.16.2
io.zeebe : zeebe-test-container jar 3.2.0

Project Modules

There are no modules declared in this project.