Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdazure-storage-spring-boot-starter |
Version | Version2.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-spring-boot-starter/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-spring-boot-starter</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-spring-boot-starter/
implementation 'com.microsoft.azure:azure-storage-spring-boot-starter:2.2.4'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-storage-spring-boot-starter/
implementation ("com.microsoft.azure:azure-storage-spring-boot-starter:2.2.4")
'com.microsoft.azure:azure-storage-spring-boot-starter:jar:2.2.4'
<dependency org="com.microsoft.azure" name="azure-storage-spring-boot-starter" rev="2.2.4">
<artifact name="azure-storage-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-storage-spring-boot-starter', version='2.2.4')
)
libraryDependencies += "com.microsoft.azure" % "azure-storage-spring-boot-starter" % "2.2.4"
[com.microsoft.azure/azure-storage-spring-boot-starter "2.2.4"]