MVN

com.ibeetl : mysql

Maven & Gradle

Apr 09, 2023
<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>mysql</artifactId>
    <version>3.22.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibeetl : mysql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.22.0-RELEASE

All Versions

Choose a version of com.ibeetl : mysql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.22.x
mysql-3.22.0-RELEASE
3.21.x
mysql-3.21.0-RELEASE
3.20.x
mysql-3.20.3-RELEASE
mysql-3.20.2-RELEASE
mysql-3.20.1-RELEASE
3.19.x
mysql-3.19.3-RELEASE
mysql-3.19.2-RELEASE
mysql-3.19.1-RELEASE
mysql-3.19.0-RELEASE
3.16.x
mysql-3.16.0-RELEASE
3.12.x
mysql-3.12.3-RELEASE
3.2.x
mysql-3.2.12-RELEASE
3.1.x
mysql-3.1.4-RELEASE
mysql-3.1.3-RELEASE

How to add a dependency to Maven

Add the following com.ibeetl : mysql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>mysql</artifactId>
    <version>3.22.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibeetl : mysql gradle dependency to your build.gradle file:

implementation 'com.ibeetl:mysql:3.22.0-RELEASE'

Gradle Kotlin DSL: Add the following com.ibeetl : mysql gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibeetl:mysql:3.22.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibeetl : mysql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibeetl" % "mysql" % "3.22.0-RELEASE"

Advertisement