| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.apache.camel.k |
| Идентификатор | Идентификаторcamel-k-runtime-spring-boot |
| Последняя версия | Последняя версия0.3.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThe Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-runtime-spring-boot/ -->
<dependency>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-spring-boot</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-runtime-spring-boot/
implementation 'org.apache.camel.k:camel-k-runtime-spring-boot:0.3.2'
// https://jarcasting.com/artifacts/org.apache.camel.k/camel-k-runtime-spring-boot/
implementation ("org.apache.camel.k:camel-k-runtime-spring-boot:0.3.2")
'org.apache.camel.k:camel-k-runtime-spring-boot:jar:0.3.2'
<dependency org="org.apache.camel.k" name="camel-k-runtime-spring-boot" rev="0.3.2">
<artifact name="camel-k-runtime-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.k', module='camel-k-runtime-spring-boot', version='0.3.2')
)
libraryDependencies += "org.apache.camel.k" % "camel-k-runtime-spring-boot" % "0.3.2"
[org.apache.camel.k/camel-k-runtime-spring-boot "0.3.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel.k : camel-k-runtime-jvm | jar | 0.3.2 |
| org.apache.camel : camel-spring-boot-starter | jar | |
| org.springframework.boot : spring-boot-starter-log4j2 | jar | 2.1.4.RELEASE |
| org.springframework.boot : spring-boot-loader-tools Необязательный | jar | 2.1.4.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.4.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.1 |
| org.assertj : assertj-core | jar | 3.12.2 |