MVN

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

Maven & Gradle

Apr 11, 2022
3 usages
2.1k stars

Azure Spring Boot Starter for Azure Storage · Spring Boot Starter for Azure Storage

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

Latest Version

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

  • Latest Stable: 4.0.0
  • Latest Beta: 3.0.0-beta.1

All Versions

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

Version Vulnerabilities Updated
4.0.x
azure-spring-boot-starter-storage-4.0.0
3.14.x
azure-spring-boot-starter-storage-3.14.0
3.13.x
azure-spring-boot-starter-storage-3.13.0
3.12.x
azure-spring-boot-starter-storage-3.12.0
3.11.x
azure-spring-boot-starter-storage-3.11.0
3.10.x
azure-spring-boot-starter-storage-3.10.0
3.9.x
azure-spring-boot-starter-storage-3.9.0
3.8.x
azure-spring-boot-starter-storage-3.8.0
3.7.x
azure-spring-boot-starter-storage-3.7.0
3.6.x
azure-spring-boot-starter-storage-3.6.0
3.5.x
azure-spring-boot-starter-storage-3.5.0
3.4.x
azure-spring-boot-starter-storage-3.4.0
3.3.x
azure-spring-boot-starter-storage-3.3.0
3.2.x
azure-spring-boot-starter-storage-3.2.0
3.1.x
azure-spring-boot-starter-storage-3.1.0
3.0.x
azure-spring-boot-starter-storage-3.0.0
azure-spring-boot-starter-storage-3.0.0-beta.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>azure-spring-boot-starter-storage</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.azure.spring:azure-spring-boot-starter-storage:4.0.0'

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

implementation("com.azure.spring:azure-spring-boot-starter-storage:4.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.azure.spring" % "azure-spring-boot-starter-storage" % "4.0.0"

Advertisement