is not current version
Last Version 2021.001.RC

com.github.wujiuye:hotkit-r2dbc 1.2.0-RELEASE

hotkits项目集合中的一员,hotkit-r2dbc是对spring-data-r2dbc的扩展,为反应式编程提供声明式和编程式多数据源动态切换的支持。

GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

hotkit-r2dbc
Version

Version

1.2.0-RELEASE
Type

Type

jar

Download hotkit-r2dbc 1.2.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-r2dbc/ -->
<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>hotkit-r2dbc</artifactId>
    <version>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-r2dbc/
implementation 'com.github.wujiuye:hotkit-r2dbc:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.wujiuye/hotkit-r2dbc/
implementation ("com.github.wujiuye:hotkit-r2dbc:1.2.0-RELEASE")
'com.github.wujiuye:hotkit-r2dbc:jar:1.2.0-RELEASE'
<dependency org="com.github.wujiuye" name="hotkit-r2dbc" rev="1.2.0-RELEASE">
  <artifact name="hotkit-r2dbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='hotkit-r2dbc', version='1.2.0-RELEASE')
)
libraryDependencies += "com.github.wujiuye" % "hotkit-r2dbc" % "1.2.0-RELEASE"
[com.github.wujiuye/hotkit-r2dbc "1.2.0-RELEASE"]