| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcamel-spring-boot |
| Версия | Версия3.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-spring-boot-3.2.0.pom | |
| camel-spring-boot-3.2.0.jar | 139 KB |
| camel-spring-boot-3.2.0-sources.jar | 95 KB |
| camel-spring-boot-3.2.0-javadoc.jar | 521 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot/
implementation 'org.apache.camel.springboot:camel-spring-boot:3.2.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot/
implementation ("org.apache.camel.springboot:camel-spring-boot:3.2.0")
'org.apache.camel.springboot:camel-spring-boot:jar:3.2.0'
<dependency org="org.apache.camel.springboot" name="camel-spring-boot" rev="3.2.0">
<artifact name="camel-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-spring-boot', version='3.2.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-spring-boot" % "3.2.0"
[org.apache.camel.springboot/camel-spring-boot "3.2.0"]