MVN

com.microsoft.azure : azure-toolkit-mysql-lib

Maven & Gradle

Aug 23, 2023
1 usages
259 stars
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-toolkit-mysql-lib</artifactId>
    <version>0.35.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure : azure-toolkit-mysql-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.35.1

All Versions

Choose a version of com.microsoft.azure : azure-toolkit-mysql-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.35.x
azure-toolkit-mysql-lib-0.35.1
azure-toolkit-mysql-lib-0.35.0
0.34.x
azure-toolkit-mysql-lib-0.34.1
azure-toolkit-mysql-lib-0.34.0
0.33.x
azure-toolkit-mysql-lib-0.33.1
azure-toolkit-mysql-lib-0.33.0
0.32.x
azure-toolkit-mysql-lib-0.32.0
0.31.x
azure-toolkit-mysql-lib-0.31.0
0.30.x
azure-toolkit-mysql-lib-0.30.0
0.29.x
azure-toolkit-mysql-lib-0.29.0
0.28.x
azure-toolkit-mysql-lib-0.28.0
0.27.x
azure-toolkit-mysql-lib-0.27.0
0.26.x
azure-toolkit-mysql-lib-0.26.1
azure-toolkit-mysql-lib-0.26.0
0.25.x
azure-toolkit-mysql-lib-0.25.0
0.24.x
azure-toolkit-mysql-lib-0.24.1
azure-toolkit-mysql-lib-0.24.0
0.23.x
azure-toolkit-mysql-lib-0.23.0
0.22.x
azure-toolkit-mysql-lib-0.22.2
azure-toolkit-mysql-lib-0.22.1
azure-toolkit-mysql-lib-0.22.0.JAVA17
azure-toolkit-mysql-lib-0.22.0
0.21.x
azure-toolkit-mysql-lib-0.21.1
azure-toolkit-mysql-lib-0.21.0
0.20.x
azure-toolkit-mysql-lib-0.20.0
0.19.x
azure-toolkit-mysql-lib-0.19.2
azure-toolkit-mysql-lib-0.19.1
azure-toolkit-mysql-lib-0.19.0
0.18.x
azure-toolkit-mysql-lib-0.18.0
0.17.x
azure-toolkit-mysql-lib-0.17.1
azure-toolkit-mysql-lib-0.17.0
0.16.x
azure-toolkit-mysql-lib-0.16.0
0.15.x
azure-toolkit-mysql-lib-0.15.0
0.14.x
azure-toolkit-mysql-lib-0.14.0
0.13.x
azure-toolkit-mysql-lib-0.13.0
0.12.x
azure-toolkit-mysql-lib-0.12.3
azure-toolkit-mysql-lib-0.12.2
azure-toolkit-mysql-lib-0.12.1
azure-toolkit-mysql-lib-0.12.0
0.11.x
azure-toolkit-mysql-lib-0.11.0
0.10.x
azure-toolkit-mysql-lib-0.10.0
0.9.x
azure-toolkit-mysql-lib-0.9.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-toolkit-mysql-lib</artifactId>
    <version>0.35.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure : azure-toolkit-mysql-lib gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure:azure-toolkit-mysql-lib:0.35.1'

Gradle Kotlin DSL: Add the following com.microsoft.azure : azure-toolkit-mysql-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure:azure-toolkit-mysql-lib:0.35.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure : azure-toolkit-mysql-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure" % "azure-toolkit-mysql-lib" % "0.35.1"

Advertisement