MVN

com.azure.spring : spring-cloud-azure-native-reachability

Maven & Gradle

Jan 18, 2023
2.1k stars

Spring Cloud Azure Native Reachability

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>spring-cloud-azure-native-reachability</artifactId>
    <version>5.0.0-beta.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure.spring : spring-cloud-azure-native-reachability to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0-beta.1
  • Latest Beta: 5.0.0-beta.1

All Versions

Choose a version of com.azure.spring : spring-cloud-azure-native-reachability to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
spring-cloud-azure-native-reachability-5.0.0-beta.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>spring-cloud-azure-native-reachability</artifactId>
    <version>5.0.0-beta.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure.spring : spring-cloud-azure-native-reachability gradle dependency to your build.gradle file:

implementation 'com.azure.spring:spring-cloud-azure-native-reachability:5.0.0-beta.1'

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

implementation("com.azure.spring:spring-cloud-azure-native-reachability:5.0.0-beta.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure.spring : spring-cloud-azure-native-reachability sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure.spring" % "spring-cloud-azure-native-reachability" % "5.0.0-beta.1"

Advertisement