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

org.apache.servicecomb:spring-boot-starter-parent 1.1.0


Категории

Категории

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

Группа

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

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

spring-boot-starter-parent
Версия

Версия

1.1.0
Тип

Тип

pom

Скачать spring-boot-starter-parent 1.1.0

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

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