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