| Группа | Группаorg.springframework.cloud |
|---|---|
| Идентификатор | Идентификаторspring-cloud-starter-parent |
| Версия | ВерсияDalston.SR2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| spring-cloud-starter-parent-Dalston.SR2.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-parent/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>Dalston.SR2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-parent/
implementation 'org.springframework.cloud:spring-cloud-starter-parent:Dalston.SR2'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-parent/
implementation ("org.springframework.cloud:spring-cloud-starter-parent:Dalston.SR2")
'org.springframework.cloud:spring-cloud-starter-parent:pom:Dalston.SR2'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-parent" rev="Dalston.SR2">
<artifact name="spring-cloud-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-parent', version='Dalston.SR2')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-parent" % "Dalston.SR2"
[org.springframework.cloud/spring-cloud-starter-parent "Dalston.SR2"]