| Categories | CategoriesData | 
|---|---|
| GroupId | GroupIdcom.github.wujiuye | 
| ArtifactId | ArtifactIdeasymulti-datasource-r2dbc | 
| Version | Version3.0.1-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-r2dbc/ -->
<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>easymulti-datasource-r2dbc</artifactId>
    <version>3.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-r2dbc/
implementation 'com.github.wujiuye:easymulti-datasource-r2dbc:3.0.1-RELEASE'// https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-r2dbc/
implementation ("com.github.wujiuye:easymulti-datasource-r2dbc:3.0.1-RELEASE")'com.github.wujiuye:easymulti-datasource-r2dbc:jar:3.0.1-RELEASE'<dependency org="com.github.wujiuye" name="easymulti-datasource-r2dbc" rev="3.0.1-RELEASE">
  <artifact name="easymulti-datasource-r2dbc" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.wujiuye', module='easymulti-datasource-r2dbc', version='3.0.1-RELEASE')
)libraryDependencies += "com.github.wujiuye" % "easymulti-datasource-r2dbc" % "3.0.1-RELEASE"[com.github.wujiuye/easymulti-datasource-r2dbc "3.0.1-RELEASE"]