<dependency>
<groupId>com.github.jasync-sql</groupId>
<artifactId>jasync-r2dbc-mysql</artifactId>
<version>2.1.9</version>
</dependency>
@Grapes(
@Grab(group='com.github.jasync-sql', module='jasync-r2dbc-mysql', version='2.1.9')
)
compile
|-- com.github.jasync-sql:jasync-common:2.1.9
|-- com.github.jasync-sql:jasync-pool:2.1.9
|-- com.github.jasync-sql:jasync-mysql:2.1.9
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21
|-- org.jetbrains.kotlin:kotlin-reflect:1.6.21
|-- io.r2dbc:r2dbc-spi:1.0.0.RELEASE
|-- org.slf4j:slf4j-api:1.7.25
|-- joda-time:joda-time:2.11.2
|-- org.joda:joda-convert:2.2.2
|-- io.netty:netty-transport:4.1.86.Final
|-- io.netty:netty-handler:4.1.86.Final
|-- io.github.microutils:kotlin-logging-jvm:2.1.21
runtime
|-- io.projectreactor:reactor-core:3.4.23
|-- io.projectreactor.kotlin:reactor-kotlin-extensions:1.1.7