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