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