не последняя версия
Последняя версия 3.17.0

org.apache.camel.springboot:spring-boot 3.0.1


Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

org.apache.camel.springboot
Идентификатор

Идентификатор

spring-boot
Версия

Версия

3.0.1
Тип

Тип

pom

Скачать spring-boot 3.0.1

Имя Файла Размер
spring-boot-3.0.1.pom 1 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/spring-boot/ -->
<dependency>
    <groupId>org.apache.camel.springboot</groupId>
    <artifactId>spring-boot</artifactId>
    <version>3.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/spring-boot/
implementation 'org.apache.camel.springboot:spring-boot:3.0.1'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/spring-boot/
implementation ("org.apache.camel.springboot:spring-boot:3.0.1")
'org.apache.camel.springboot:spring-boot:pom:3.0.1'
<dependency org="org.apache.camel.springboot" name="spring-boot" rev="3.0.1">
  <artifact name="spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='spring-boot', version='3.0.1')
)
libraryDependencies += "org.apache.camel.springboot" % "spring-boot" % "3.0.1"
[org.apache.camel.springboot/spring-boot "3.0.1"]