| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииIDE Инструменты разработки Spring Boot Контейнер Микросервисы CLI Взаимодействие с пользователем |
| Группа | Группаorg.camunda.bpm.extension.rest |
| Идентификатор | Идентификаторcamunda-rest-client-spring-boot-example-provided |
| Последняя версия | Последняя версия0.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcamunda-rest-client-spring-boot-example-provided
This example demonstrates how communication with local and remote engine in the
same application may look like.
|
| Организация-разработчик |
Организация-разработчикCamunda Services GmbH |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-example-provided/ -->
<dependency>
<groupId>org.camunda.bpm.extension.rest</groupId>
<artifactId>camunda-rest-client-spring-boot-example-provided</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-example-provided/
implementation 'org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-example-provided:0.0.6'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-example-provided/
implementation ("org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-example-provided:0.0.6")
'org.camunda.bpm.extension.rest:camunda-rest-client-spring-boot-example-provided:jar:0.0.6'
<dependency org="org.camunda.bpm.extension.rest" name="camunda-rest-client-spring-boot-example-provided" rev="0.0.6">
<artifact name="camunda-rest-client-spring-boot-example-provided" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.rest', module='camunda-rest-client-spring-boot-example-provided', version='0.0.6')
)
libraryDependencies += "org.camunda.bpm.extension.rest" % "camunda-rest-client-spring-boot-example-provided" % "0.0.6"
[org.camunda.bpm.extension.rest/camunda-rest-client-spring-boot-example-provided "0.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.camunda.bpm.extension.rest : camunda-rest-client-spring-boot-starter-provided | jar | 0.0.6 |
| org.camunda.bpm.springboot : camunda-bpm-spring-boot-starter-rest | jar | ${camunda.version} |
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | |
| org.camunda.bpm : camunda-engine-plugin-spin | jar | |
| org.camunda.spin : camunda-spin-core | jar | |
| org.camunda.spin : camunda-spin-dataformat-json-jackson | jar | |
| com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
| com.fasterxml.jackson.module : jackson-module-kotlin | jar | |
| com.h2database : h2 | jar | |
| io.github.microutils : kotlin-logging-jvm | jar | 2.0.8 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | |
| org.jetbrains.kotlin : kotlin-reflect | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 3.11.2 |
| org.mockito.kotlin : mockito-kotlin | jar | 3.2.0 |
| junit : junit | jar | |
| org.assertj : assertj-core | jar | 3.20.2 |