MVN

com.microsoft.azure : spring-starter-azure-storage

Maven & Gradle

Sep 15, 2020
2 usages
1.9k stars

Azure Spring Cloud Starter Storage

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>spring-starter-azure-storage</artifactId>
    <version>1.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : spring-starter-azure-storage to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.8
  • Latest Release Candidate: 1.1.0.RC5

All Versions

Choose a version of com.microsoft.azure : spring-starter-azure-storage to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
spring-starter-azure-storage-1.2.8
spring-starter-azure-storage-1.2.7
spring-starter-azure-storage-1.2.6
spring-starter-azure-storage-1.2.5
spring-starter-azure-storage-1.2.4
spring-starter-azure-storage-1.2.3
spring-starter-azure-storage-1.2.2
spring-starter-azure-storage-1.2.1
spring-starter-azure-storage-1.2.0
1.1.x
spring-starter-azure-storage-1.1.5
spring-starter-azure-storage-1.1.4
spring-starter-azure-storage-1.1.3
spring-starter-azure-storage-1.1.2
spring-starter-azure-storage-1.1.1
spring-starter-azure-storage-1.1.0
spring-starter-azure-storage-1.1.0.M6
spring-starter-azure-storage-1.1.0.M5
spring-starter-azure-storage-1.1.0.M4
spring-starter-azure-storage-1.1.0.RC5
spring-starter-azure-storage-1.1.0.RC4
spring-starter-azure-storage-1.1.0.RC3
spring-starter-azure-storage-1.1.0.RC2
spring-starter-azure-storage-1.1.0.RC1
1.0.x
spring-starter-azure-storage-1.0.0.RC3
spring-starter-azure-storage-1.0.0.RC2
spring-starter-azure-storage-1.0.0.RC1

How to add a dependency to Maven

Add the following com.microsoft.azure : spring-starter-azure-storage maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>spring-starter-azure-storage</artifactId>
    <version>1.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : spring-starter-azure-storage gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:spring-starter-azure-storage:1.2.8'

Gradle Kotlin DSL: Add the following com.microsoft.azure : spring-starter-azure-storage gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:spring-starter-azure-storage:1.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : spring-starter-azure-storage sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "spring-starter-azure-storage" % "1.2.8"

Advertisement