Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension.examples |
ArtifactId | ArtifactIdcamunda-bpm-reactor-examples-bpmn-execution-listener |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples-bpmn-execution-listener/ -->
<dependency>
<groupId>org.camunda.bpm.extension.examples</groupId>
<artifactId>camunda-bpm-reactor-examples-bpmn-execution-listener</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples-bpmn-execution-listener/
implementation 'org.camunda.bpm.extension.examples:camunda-bpm-reactor-examples-bpmn-execution-listener:1.1'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples-bpmn-execution-listener/
implementation ("org.camunda.bpm.extension.examples:camunda-bpm-reactor-examples-bpmn-execution-listener:1.1")
'org.camunda.bpm.extension.examples:camunda-bpm-reactor-examples-bpmn-execution-listener:jar:1.1'
<dependency org="org.camunda.bpm.extension.examples" name="camunda-bpm-reactor-examples-bpmn-execution-listener" rev="1.1">
<artifact name="camunda-bpm-reactor-examples-bpmn-execution-listener" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.examples', module='camunda-bpm-reactor-examples-bpmn-execution-listener', version='1.1')
)
libraryDependencies += "org.camunda.bpm.extension.examples" % "camunda-bpm-reactor-examples-bpmn-execution-listener" % "1.1"
[org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples-bpmn-execution-listener "1.1"]