is not current version
Last Version 2.0.8

com.github.jasync-sql:jasync-mysql 1.0.0

jasync-sql - Async, Netty based, JVM database drivers for PostgreSQL and MySQL written in Kotlin

Categories

Categories

MySQL Data Databases
GroupId

GroupId

com.github.jasync-sql
ArtifactId

ArtifactId

jasync-mysql
Version

Version

1.0.0
Type

Type

jar

Download jasync-mysql 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-mysql/ -->
<dependency>
    <groupId>com.github.jasync-sql</groupId>
    <artifactId>jasync-mysql</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-mysql/
implementation 'com.github.jasync-sql:jasync-mysql:1.0.0'
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-mysql/
implementation ("com.github.jasync-sql:jasync-mysql:1.0.0")
'com.github.jasync-sql:jasync-mysql:jar:1.0.0'
<dependency org="com.github.jasync-sql" name="jasync-mysql" rev="1.0.0">
  <artifact name="jasync-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasync-sql', module='jasync-mysql', version='1.0.0')
)
libraryDependencies += "com.github.jasync-sql" % "jasync-mysql" % "1.0.0"
[com.github.jasync-sql/jasync-mysql "1.0.0"]