| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-example-spring-boot-servicecall |
| Последняя версия | Последняя версия2.19.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCamel :: Example :: Spring Boot :: ServiceCall
An example showing how to work with Camel ServiceCall EIP and Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| camel-example-spring-boot-servicecall-2.19.5.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-boot-servicecall/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-spring-boot-servicecall</artifactId>
<version>2.19.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-boot-servicecall/
implementation 'org.apache.camel:camel-example-spring-boot-servicecall:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-spring-boot-servicecall/
implementation ("org.apache.camel:camel-example-spring-boot-servicecall:2.19.5")
'org.apache.camel:camel-example-spring-boot-servicecall:pom:2.19.5'
<dependency org="org.apache.camel" name="camel-example-spring-boot-servicecall" rev="2.19.5">
<artifact name="camel-example-spring-boot-servicecall" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-spring-boot-servicecall', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-spring-boot-servicecall" % "2.19.5"
[org.apache.camel/camel-example-spring-boot-servicecall "2.19.5"]