License |
License |
---|---|
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdzeebe-simple-monitor-app |
Version | Version0.17.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 |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-simple-monitor-app/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-simple-monitor-app</artifactId>
<version>0.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-simple-monitor-app/
implementation 'io.zeebe:zeebe-simple-monitor-app:0.17.0'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-simple-monitor-app/
implementation ("io.zeebe:zeebe-simple-monitor-app:0.17.0")
'io.zeebe:zeebe-simple-monitor-app:jar:0.17.0'
<dependency org="io.zeebe" name="zeebe-simple-monitor-app" rev="0.17.0">
<artifact name="zeebe-simple-monitor-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-simple-monitor-app', version='0.17.0')
)
libraryDependencies += "io.zeebe" % "zeebe-simple-monitor-app" % "0.17.0"
[io.zeebe/zeebe-simple-monitor-app "0.17.0"]
Group / Artifact | Type | Version |
---|---|---|
io.zeebe : zeebe-client-java | jar | |
io.zeebe.hazelcast : zeebe-hazelcast-connector | jar | 0.7.0 |
com.h2database : h2 | jar | 1.4.200 |
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 | |
javax.interceptor : javax.interceptor-api | jar | 1.2.2 |
org.webjars : webjars-locator | jar | 0.38 |
org.webjars : bootstrap | jar | 4.4.1 |
org.webjars.bower : popper.js | jar | 1.16.0 |
org.webjars : jquery | jar | 3.4.1 |
org.webjars.bower : bpmn-js | jar | 0.26.6 |
org.webjars : sockjs-client | jar | 1.1.2 |
org.webjars : stomp-websocket | jar | 2.3.3 |
org.springframework.boot : spring-boot-devtools Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |