| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcamel-core-starter |
| Версия | Версия3.10.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel SB Starters :: Core
Spring-Boot Starter for The Core Camel Java DSL based router
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| camel-core-starter-3.10.0.pom | |
| camel-core-starter-3.10.0.jar | 62 KB |
| camel-core-starter-3.10.0-sources.jar | 57 KB |
| camel-core-starter-3.10.0-javadoc.jar | 238 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-core-starter/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-core-starter</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-core-starter/
implementation 'org.apache.camel.springboot:camel-core-starter:3.10.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-core-starter/
implementation ("org.apache.camel.springboot:camel-core-starter:3.10.0")
'org.apache.camel.springboot:camel-core-starter:jar:3.10.0'
<dependency org="org.apache.camel.springboot" name="camel-core-starter" rev="3.10.0">
<artifact name="camel-core-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-core-starter', version='3.10.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-core-starter" % "3.10.0"
[org.apache.camel.springboot/camel-core-starter "3.10.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.4.5 |
| org.apache.camel : camel-core-engine | jar | 3.10.0 |
| org.apache.camel.springboot : camel-spring-boot | jar | 3.10.0 |
| org.springframework.boot : spring-boot-autoconfigure-processor Необязательный | jar | 2.4.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot | jar | 2.4.5 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.4.5 |
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.4.5 |
| org.apache.camel.springboot : camel-spring-boot-dependencies | pom | 3.10.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.4.5 |
| org.apache.camel : camel-test-spring | jar | 3.10.0 |