MVN

com.azure.spring : spring-cloud-azure-starter-jdbc-mysql

Maven & Gradle

Aug 25, 2023
2.1k stars

Spring Cloud Azure Starter JDBC MySQL · Spring Cloud Azure Starter for building applications with JDBC and Azure MySQL Services. Support authenticating with Azure AD.

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>spring-cloud-azure-starter-jdbc-mysql</artifactId>
    <version>4.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.11.0
  • Latest Beta: 4.9.0-beta.1

All Versions

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

Version Vulnerabilities Updated
6.0.x
spring-cloud-azure-starter-jdbc-mysql-6.0.0-beta.4
spring-cloud-azure-starter-jdbc-mysql-6.0.0-beta.3
5.4.x
spring-cloud-azure-starter-jdbc-mysql-5.4.0
5.3.x
spring-cloud-azure-starter-jdbc-mysql-5.3.0
5.2.x
spring-cloud-azure-starter-jdbc-mysql-5.2.0
5.1.x
spring-cloud-azure-starter-jdbc-mysql-5.1.0
5.0.x
spring-cloud-azure-starter-jdbc-mysql-5.0.0
4.11.x
spring-cloud-azure-starter-jdbc-mysql-4.11.0
4.10.x
spring-cloud-azure-starter-jdbc-mysql-4.10.0
4.9.x
spring-cloud-azure-starter-jdbc-mysql-4.9.0
spring-cloud-azure-starter-jdbc-mysql-4.9.0-beta.1
4.8.x
spring-cloud-azure-starter-jdbc-mysql-4.8.0
4.7.x
spring-cloud-azure-starter-jdbc-mysql-4.7.0
4.6.x
spring-cloud-azure-starter-jdbc-mysql-4.6.0
4.5.x
spring-cloud-azure-starter-jdbc-mysql-4.5.0
spring-cloud-azure-starter-jdbc-mysql-4.5.0-beta.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.azure.spring</groupId>
    <artifactId>spring-cloud-azure-starter-jdbc-mysql</artifactId>
    <version>4.11.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.azure.spring:spring-cloud-azure-starter-jdbc-mysql:4.11.0'

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

implementation("com.azure.spring:spring-cloud-azure-starter-jdbc-mysql:4.11.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.azure.spring" % "spring-cloud-azure-starter-jdbc-mysql" % "4.11.0"

Advertisement