License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.azure.spring |
ArtifactId | ArtifactIdazure-spring-boot-starter-storage |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAzure Spring Boot Starter for Azure Storage
Spring Boot Starter for Azure Storage
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.azure.spring/azure-spring-boot-starter-storage/ -->
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-storage</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.azure.spring/azure-spring-boot-starter-storage/
implementation 'com.azure.spring:azure-spring-boot-starter-storage:4.0.0'
// https://jarcasting.com/artifacts/com.azure.spring/azure-spring-boot-starter-storage/
implementation ("com.azure.spring:azure-spring-boot-starter-storage:4.0.0")
'com.azure.spring:azure-spring-boot-starter-storage:jar:4.0.0'
<dependency org="com.azure.spring" name="azure-spring-boot-starter-storage" rev="4.0.0">
<artifact name="azure-spring-boot-starter-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azure.spring', module='azure-spring-boot-starter-storage', version='4.0.0')
)
libraryDependencies += "com.azure.spring" % "azure-spring-boot-starter-storage" % "4.0.0"
[com.azure.spring/azure-spring-boot-starter-storage "4.0.0"]