| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.apache.camel.springboot |
| Идентификатор | Идентификаторcamel-spring-boot-xml |
| Версия | Версия3.11.1 |
| Тип | Типjar |
| Описание |
ОписаниеCamel SB :: Spring Boot XML
Using Camel XML with Spring Boot
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- 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.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot-xml/
implementation 'org.apache.camel.springboot:camel-spring-boot-xml:3.11.1'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-spring-boot-xml/
implementation ("org.apache.camel.springboot:camel-spring-boot-xml:3.11.1")
'org.apache.camel.springboot:camel-spring-boot-xml:jar:3.11.1'
<dependency org="org.apache.camel.springboot" name="camel-spring-boot-xml" rev="3.11.1">
<artifact name="camel-spring-boot-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-spring-boot-xml', version='3.11.1')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-spring-boot-xml" % "3.11.1"
[org.apache.camel.springboot/camel-spring-boot-xml "3.11.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel.springboot : camel-spring-boot | jar | 3.11.1 |
| 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.5.3 |