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