j

jdbd-mysql

This project contains the MySQL client protocol implementation of the JDBD SPI. This implementation is not intended to be used directly, but rather to be used as the backing implementation for a humane client library to delegate to.
>https://github.com/QinArmy/jdbd-mysql
Apache License 2.0
jdbd
zoro
Files download
File Operation
jdbd-mysql-0.8.0.jar download
jdbd-mysql-0.8.0.pom download
jdbd-mysql-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.jdbd.mysql</groupId>
  <artifactId>jdbd-mysql</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'io.jdbd.mysql:jdbd-mysql:0.8.0'
Gradle Kotlin
implementation("io.jdbd.mysql:jdbd-mysql:0.8.0")
Scala SBT
libraryDependencies += "io.jdbd.mysql" % "jdbd-mysql" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='io.jdbd.mysql', module='jdbd-mysql', version='0.8.0')
)
Apache Ivy
<dependency org="io.jdbd.mysql" name="jdbd-mysql" rev="0.8.0" />
Leiningen
[io.jdbd.mysql/jdbd-mysql "0.8.0"]
Apache Buildr
'io.jdbd.mysql:jdbd-mysql:jar:0.8.0'