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