| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.pivotal.spring.cloud |
| Идентификатор | Идентификаторspring-cloud-services-dependencies |
| Версия | Версия3.2.1.RELEASE |
| Тип | Типpom |
| Описание |
ОписаниеSpring Cloud Services Dependencies
Spring Cloud Services Dependencies
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-dependencies/ -->
<dependency>
<groupId>io.pivotal.spring.cloud</groupId>
<artifactId>spring-cloud-services-dependencies</artifactId>
<version>3.2.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-dependencies/
implementation 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:3.2.1.RELEASE'
// https://jarcasting.com/artifacts/io.pivotal.spring.cloud/spring-cloud-services-dependencies/
implementation ("io.pivotal.spring.cloud:spring-cloud-services-dependencies:3.2.1.RELEASE")
'io.pivotal.spring.cloud:spring-cloud-services-dependencies:pom:3.2.1.RELEASE'
<dependency org="io.pivotal.spring.cloud" name="spring-cloud-services-dependencies" rev="3.2.1.RELEASE">
<artifact name="spring-cloud-services-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.pivotal.spring.cloud', module='spring-cloud-services-dependencies', version='3.2.1.RELEASE')
)
libraryDependencies += "io.pivotal.spring.cloud" % "spring-cloud-services-dependencies" % "3.2.1.RELEASE"
[io.pivotal.spring.cloud/spring-cloud-services-dependencies "3.2.1.RELEASE"]