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

org.springframework.cloud:spring-cloud-dependencies Hoxton.RELEASE

Spring Cloud Dependencies

Группа

Группа

org.springframework.cloud
Идентификатор

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

spring-cloud-dependencies
Версия

Версия

Hoxton.RELEASE
Тип

Тип

pom

Скачать spring-cloud-dependencies Hoxton.RELEASE

Имя Файла Размер
spring-cloud-dependencies-Hoxton.RELEASE.pom 12 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-dependencies/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-dependencies</artifactId>
    <version>Hoxton.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-dependencies/
implementation 'org.springframework.cloud:spring-cloud-dependencies:Hoxton.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-dependencies/
implementation ("org.springframework.cloud:spring-cloud-dependencies:Hoxton.RELEASE")
'org.springframework.cloud:spring-cloud-dependencies:pom:Hoxton.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-dependencies" rev="Hoxton.RELEASE">
  <artifact name="spring-cloud-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-dependencies', version='Hoxton.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-dependencies" % "Hoxton.RELEASE"
[org.springframework.cloud/spring-cloud-dependencies "Hoxton.RELEASE"]