не последняя версия
Последняя версия 3.0.0-beta.1

com.microsoft.azure:azure-spring-boot 2.2.2

Azure Spring Boot AutoConfigure

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.microsoft.azure
Идентификатор

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

azure-spring-boot
Версия

Версия

2.2.2
Тип

Тип

jar

Скачать azure-spring-boot 2.2.2


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-boot</artifactId>
    <version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/
implementation 'com.microsoft.azure:azure-spring-boot:2.2.2'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-boot/
implementation ("com.microsoft.azure:azure-spring-boot:2.2.2")
'com.microsoft.azure:azure-spring-boot:jar:2.2.2'
<dependency org="com.microsoft.azure" name="azure-spring-boot" rev="2.2.2">
  <artifact name="azure-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-spring-boot', version='2.2.2')
)
libraryDependencies += "com.microsoft.azure" % "azure-spring-boot" % "2.2.2"
[com.microsoft.azure/azure-spring-boot "2.2.2"]