| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.github.wujiuye |
| Идентификатор | Идентификаторeasymulti-datasource-r2dbc |
| Версия | Версия3.0.1-RELEASE |
| Тип | Типjar |
<!-- 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"]