| Categories | CategoriesSpring Boot Container Microservices Data | 
|---|---|
| GroupId | GroupIdcom.github.wujiuye | 
| ArtifactId | ArtifactIdeasymulti-datasource-spring-boot-starter | 
| Version | Version1.0.8-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>easymulti-datasource-spring-boot-starter</artifactId>
    <version>1.0.8-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-spring-boot-starter/
implementation 'com.github.wujiuye:easymulti-datasource-spring-boot-starter:1.0.8-RELEASE'// https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-spring-boot-starter/
implementation ("com.github.wujiuye:easymulti-datasource-spring-boot-starter:1.0.8-RELEASE")'com.github.wujiuye:easymulti-datasource-spring-boot-starter:jar:1.0.8-RELEASE'<dependency org="com.github.wujiuye" name="easymulti-datasource-spring-boot-starter" rev="1.0.8-RELEASE">
  <artifact name="easymulti-datasource-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.wujiuye', module='easymulti-datasource-spring-boot-starter', version='1.0.8-RELEASE')
)libraryDependencies += "com.github.wujiuye" % "easymulti-datasource-spring-boot-starter" % "1.0.8-RELEASE"[com.github.wujiuye/easymulti-datasource-spring-boot-starter "1.0.8-RELEASE"]