MVN

com.heliorm : mysql

Maven & Gradle

Nov 05, 2022
3 usages
1 stars

[HeliORM] MySQL Driver

<dependency>
    <groupId>com.heliorm</groupId>
    <artifactId>mysql</artifactId>
    <version>0.99.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.99.3

All Versions

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

Version Vulnerabilities Updated
0.99.x
mysql-0.99.3
mysql-0.99.2
mysql-0.99.1
0.98
mysql-0.98
0.97
mysql-0.97
0.95
mysql-0.95
0.91
mysql-0.91
0.90
mysql-0.90
0.89
mysql-0.89
0.88
mysql-0.88
0.87
mysql-0.87
0.86
mysql-0.86
0.85
mysql-0.85
0.84
mysql-0.84
0.83
mysql-0.83
0.82
mysql-0.82
0.81
mysql-0.81
0.80
mysql-0.80
0.79
mysql-0.79
0.78
mysql-0.78
0.77
mysql-0.77
0.76
mysql-0.76
0.75
mysql-0.75
0.73
mysql-0.73
0.72
mysql-0.72
0.71
mysql-0.71

How to add a dependency to Maven

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

<dependency>
    <groupId>com.heliorm</groupId>
    <artifactId>mysql</artifactId>
    <version>0.99.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.heliorm:mysql:0.99.3'

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

implementation("com.heliorm:mysql:0.99.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.heliorm" % "mysql" % "0.99.3"

Advertisement

Dependencies from Group

May 31, 2023
5 usages
1 stars
Nov 05, 2022
3 usages
1 stars
Nov 05, 2022
3 usages
1 stars
Jul 20, 2021
1 usages
1 stars
May 31, 2023
1 usages
1 stars

Discover Dependencies