MVN

com.microsoft.azure : spring-cloud-starter-azure-spring-cloud-client

Maven & Gradle

May 13, 2021
1 usages
68.1k stars

spring-cloud-starter-azure-spring-cloud-client · Azure spring cloud client for micro service

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

Latest Version

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

  • Latest Stable: 2.3.1

All Versions

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

Version Vulnerabilities Updated
2.4.x
spring-cloud-starter-azure-spring-cloud-client-2.4.0
2.3.x
spring-cloud-starter-azure-spring-cloud-client-2.3.1
spring-cloud-starter-azure-spring-cloud-client-2.3.0
2.2.x
spring-cloud-starter-azure-spring-cloud-client-2.2.1
spring-cloud-starter-azure-spring-cloud-client-2.2.0
2.1.x
spring-cloud-starter-azure-spring-cloud-client-2.1.2
spring-cloud-starter-azure-spring-cloud-client-2.1.1
spring-cloud-starter-azure-spring-cloud-client-2.1.0
2.0.x
spring-cloud-starter-azure-spring-cloud-client-2.0.1
spring-cloud-starter-azure-spring-cloud-client-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>spring-cloud-starter-azure-spring-cloud-client</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.microsoft.azure:spring-cloud-starter-azure-spring-cloud-client:2.3.1'

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

implementation("com.microsoft.azure:spring-cloud-starter-azure-spring-cloud-client:2.3.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.azure" % "spring-cloud-starter-azure-spring-cloud-client" % "2.3.1"

Advertisement