| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.microsoft.azure |
| Идентификатор | Идентификаторazure-storage-spring-boot-autoconfigure |
| Версия | Версия0.1.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-spring-boot-autoconfigure</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-spring-boot-autoconfigure/
implementation 'com.microsoft.azure:azure-storage-spring-boot-autoconfigure:0.1.2'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-spring-boot-autoconfigure/
implementation ("com.microsoft.azure:azure-storage-spring-boot-autoconfigure:0.1.2")
'com.microsoft.azure:azure-storage-spring-boot-autoconfigure:jar:0.1.2'
<dependency org="com.microsoft.azure" name="azure-storage-spring-boot-autoconfigure" rev="0.1.2">
<artifact name="azure-storage-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-storage-spring-boot-autoconfigure', version='0.1.2')
)
libraryDependencies += "com.microsoft.azure" % "azure-storage-spring-boot-autoconfigure" % "0.1.2"
[com.microsoft.azure/azure-storage-spring-boot-autoconfigure "0.1.2"]