License |
License |
---|---|
Categories |
CategoriesMySQL Data Databases |
GroupId | GroupIdio.opil |
ArtifactId | ArtifactIdr2dbc-mysql |
Last Version | Last Version0.8.3.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReactive Relational Database Connectivity - MySQL
R2DBC MySQL Implementation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
r2dbc-mysql-0.8.3.RELEASE.pom | |
r2dbc-mysql-0.8.3.RELEASE.jar | 503 KB |
r2dbc-mysql-0.8.3.RELEASE-sources.jar | 341 KB |
r2dbc-mysql-0.8.3.RELEASE-javadoc.jar | 588 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.opil/r2dbc-mysql/ -->
<dependency>
<groupId>io.opil</groupId>
<artifactId>r2dbc-mysql</artifactId>
<version>0.8.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.opil/r2dbc-mysql/
implementation 'io.opil:r2dbc-mysql:0.8.3.RELEASE'
// https://jarcasting.com/artifacts/io.opil/r2dbc-mysql/
implementation ("io.opil:r2dbc-mysql:0.8.3.RELEASE")
'io.opil:r2dbc-mysql:jar:0.8.3.RELEASE'
<dependency org="io.opil" name="r2dbc-mysql" rev="0.8.3.RELEASE">
<artifact name="r2dbc-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opil', module='r2dbc-mysql', version='0.8.3.RELEASE')
)
libraryDependencies += "io.opil" % "r2dbc-mysql" % "0.8.3.RELEASE"
[io.opil/r2dbc-mysql "0.8.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | |
io.projectreactor.addons : reactor-extra | jar | |
io.projectreactor.netty : reactor-netty | jar | |
io.r2dbc : r2dbc-spi | jar | 0.9.0.RC1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.6 |
io.projectreactor : reactor-test | jar | |
io.r2dbc : r2dbc-spi-test | jar | 0.9.0.RC1 |
org.assertj : assertj-core | jar | 3.21.0 |
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.mockito : mockito-core | jar | 4.0.0 |
mysql : mysql-connector-java | jar | 8.0.27 |
com.zaxxer : HikariCP | jar | 4.0.3 |
org.springframework : spring-jdbc | jar | 5.3.12 |
org.testcontainers : mysql | jar | |
com.fasterxml.jackson.core : jackson-core | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.fasterxml.jackson.core : jackson-annotations | jar |