License |
License |
---|---|
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdzeebe-simple-monitor |
Version | Version2.2.0 |
Type | Typejar |
Description |
DescriptionThis 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zeebe-simple-monitor-2.2.0.pom | |
zeebe-simple-monitor-2.2.0.jar | 76 MB |
zeebe-simple-monitor-2.2.0-sources.jar | 712 KB |
zeebe-simple-monitor-2.2.0-javadoc.jar | 765 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-simple-monitor/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-simple-monitor</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-simple-monitor/
implementation 'io.zeebe:zeebe-simple-monitor:2.2.0'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-simple-monitor/
implementation ("io.zeebe:zeebe-simple-monitor:2.2.0")
'io.zeebe:zeebe-simple-monitor:jar:2.2.0'
<dependency org="io.zeebe" name="zeebe-simple-monitor" rev="2.2.0">
<artifact name="zeebe-simple-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-simple-monitor', version='2.2.0')
)
libraryDependencies += "io.zeebe" % "zeebe-simple-monitor" % "2.2.0"
[io.zeebe/zeebe-simple-monitor "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.camunda : spring-zeebe-starter | jar | 1.2.6 |
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.springframework.boot : spring-boot-starter-mustache | jar | |
org.springframework.boot : spring-boot-starter-websocket | jar | |
io.zeebe.hazelcast : zeebe-hazelcast-connector | jar | 1.0.1 |
com.hazelcast : hazelcast | jar | 5.0 |
com.h2database : h2 | jar | 2.0.202 |
org.postgresql : postgresql | jar | |
org.webjars : webjars-locator | jar | 0.42 |
org.webjars : bootstrap | jar | 4.6.0-1 |
org.webjars : popper.js | jar | 1.16.0 |
org.webjars : jquery | jar | 3.6.0 |
org.webjars : sockjs-client | jar | 1.5.1 |
org.webjars : stomp-websocket | jar | 2.3.4 |
org.springframework.boot : spring-boot-devtools Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.testcontainers : postgresql | jar | 1.16.2 |