| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки Reactor Контейнер Микросервисы Reactive libraries |
|---|---|
| Группа | Группаorg.camunda.bpm.extension.examples |
| Идентификатор | Идентификаторcamunda-bpm-reactor-examples-bpmn-task-listener |
| Версия | Версия1.1 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples-bpmn-task-listener/ -->
<dependency>
<groupId>org.camunda.bpm.extension.examples</groupId>
<artifactId>camunda-bpm-reactor-examples-bpmn-task-listener</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples-bpmn-task-listener/
implementation 'org.camunda.bpm.extension.examples:camunda-bpm-reactor-examples-bpmn-task-listener:1.1'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples-bpmn-task-listener/
implementation ("org.camunda.bpm.extension.examples:camunda-bpm-reactor-examples-bpmn-task-listener:1.1")
'org.camunda.bpm.extension.examples:camunda-bpm-reactor-examples-bpmn-task-listener:jar:1.1'
<dependency org="org.camunda.bpm.extension.examples" name="camunda-bpm-reactor-examples-bpmn-task-listener" rev="1.1">
<artifact name="camunda-bpm-reactor-examples-bpmn-task-listener" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.examples', module='camunda-bpm-reactor-examples-bpmn-task-listener', version='1.1')
)
libraryDependencies += "org.camunda.bpm.extension.examples" % "camunda-bpm-reactor-examples-bpmn-task-listener" % "1.1"
[org.camunda.bpm.extension.examples/camunda-bpm-reactor-examples-bpmn-task-listener "1.1"]