| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcamel-itest-spring-boot |
| Версия | Версия3.14.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-itest-spring-boot-3.14.2.pom | |
| camel-itest-spring-boot-3.14.2.jar | 29 KB |
| camel-itest-spring-boot-3.14.2-sources.jar | 22 KB |
| camel-itest-spring-boot-3.14.2-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.14.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-itest-spring-boot/
implementation 'org.apache.camel.springboot:camel-itest-spring-boot:3.14.2'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-itest-spring-boot/
implementation ("org.apache.camel.springboot:camel-itest-spring-boot:3.14.2")
'org.apache.camel.springboot:camel-itest-spring-boot:jar:3.14.2'
<dependency org="org.apache.camel.springboot" name="camel-itest-spring-boot" rev="3.14.2">
<artifact name="camel-itest-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-itest-spring-boot', version='3.14.2')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-itest-spring-boot" % "3.14.2"
[org.apache.camel.springboot/camel-itest-spring-boot "3.14.2"]