| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcamel-spring-boot-xml |
| Версия | Версия3.16.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel SB :: Spring Boot XML
Using Camel XML with Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| camel-spring-boot-xml-3.16.0.pom | |
| camel-spring-boot-xml-3.16.0.jar | 5 KB |
| camel-spring-boot-xml-3.16.0-sources.jar | 6 KB |
| camel-spring-boot-xml-3.16.0-javadoc.jar | 394 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot-xml/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-xml</artifactId>
<version>3.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot-xml/
implementation 'org.apache.camel.springboot:camel-spring-boot-xml:3.16.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot-xml/
implementation ("org.apache.camel.springboot:camel-spring-boot-xml:3.16.0")
'org.apache.camel.springboot:camel-spring-boot-xml:jar:3.16.0'
<dependency org="org.apache.camel.springboot" name="camel-spring-boot-xml" rev="3.16.0">
<artifact name="camel-spring-boot-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-spring-boot-xml', version='3.16.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-spring-boot-xml" % "3.16.0"
[org.apache.camel.springboot/camel-spring-boot-xml "3.16.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel.springboot : camel-spring-boot | jar | 3.16.0 |
| org.apache.camel : camel-spring-xml | jar | |
| org.apache.camel : camel-xml-jaxb-dsl | jar | |
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-test-spring-junit5 | jar | |
| org.junit.vintage : junit-vintage-engine | jar | |
| org.springframework.boot : spring-boot-starter-test | jar | 2.6.4 |