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