<dependency>
<groupId>com.github.jasync-sql</groupId>
<artifactId>jasync-r2dbc-mysql</artifactId>
<version>2.2.3</version>
</dependency>
@Grapes(
@Grab(group='com.github.jasync-sql', module='jasync-r2dbc-mysql', version='2.2.3')
)
compile
|-- com.github.jasync-sql:jasync-common:2.2.3
|-- com.github.jasync-sql:jasync-pool:2.2.3
|-- com.github.jasync-sql:jasync-mysql:2.2.3
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21
|-- org.jetbrains.kotlin:kotlin-reflect:1.8.21
|-- io.r2dbc:r2dbc-spi:1.0.0.RELEASE
|-- joda-time:joda-time:2.12.5
|-- org.joda:joda-convert:2.2.3
|-- io.netty:netty-transport:4.1.93.Final
|-- io.netty:netty-handler:4.1.93.Final
|-- io.github.oshai:kotlin-logging-jvm:5.0.0
runtime
|-- io.projectreactor:reactor-core:3.5.7
|-- io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.2