License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIdcom.github.jasync-sql |
ArtifactId | ArtifactIdjasync-r2dbc-mysql |
Last Version | Last Version2.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjasync-sql
jasync-sql - Async, Netty based, JVM database drivers for PostgreSQL and MySQL written in Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jasync-r2dbc-mysql-2.0.8.pom | |
jasync-r2dbc-mysql-2.0.8.jar | 54 KB |
jasync-r2dbc-mysql-2.0.8-sources.jar | 10 KB |
jasync-r2dbc-mysql-2.0.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-r2dbc-mysql/ -->
<dependency>
<groupId>com.github.jasync-sql</groupId>
<artifactId>jasync-r2dbc-mysql</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-r2dbc-mysql/
implementation 'com.github.jasync-sql:jasync-r2dbc-mysql:2.0.8'
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-r2dbc-mysql/
implementation ("com.github.jasync-sql:jasync-r2dbc-mysql:2.0.8")
'com.github.jasync-sql:jasync-r2dbc-mysql:jar:2.0.8'
<dependency org="com.github.jasync-sql" name="jasync-r2dbc-mysql" rev="2.0.8">
<artifact name="jasync-r2dbc-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasync-sql', module='jasync-r2dbc-mysql', version='2.0.8')
)
libraryDependencies += "com.github.jasync-sql" % "jasync-r2dbc-mysql" % "2.0.8"
[com.github.jasync-sql/jasync-r2dbc-mysql "2.0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jasync-sql : jasync-common | jar | 2.0.8 |
com.github.jasync-sql : jasync-pool | jar | 2.0.8 |
com.github.jasync-sql : jasync-mysql | jar | 2.0.8 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |
io.r2dbc : r2dbc-spi | jar | 0.8.0.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.25 |
joda-time : joda-time | jar | 2.9.7 |
org.joda : joda-convert | jar | 1.8.1 |
io.netty : netty-transport | jar | 4.1.49.Final |
io.netty : netty-handler | jar | 4.1.49.Final |
io.github.microutils : kotlin-logging-jvm | jar | 2.1.21 |
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.2.6.RELEASE |