| Categories | CategoriesSpring Boot Container Microservices Data | 
|---|---|
| GroupId | GroupIdcom.github.wujiuye | 
| ArtifactId | ArtifactIdeasymulti-datasource-spring-boot-starter | 
| Version | Version2.1.0-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>2.1.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-spring-boot-starter/
implementation 'com.github.wujiuye:easymulti-datasource-spring-boot-starter:2.1.0-RELEASE'// https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-spring-boot-starter/
implementation ("com.github.wujiuye:easymulti-datasource-spring-boot-starter:2.1.0-RELEASE")'com.github.wujiuye:easymulti-datasource-spring-boot-starter:jar:2.1.0-RELEASE'<dependency org="com.github.wujiuye" name="easymulti-datasource-spring-boot-starter" rev="2.1.0-RELEASE">
  <artifact name="easymulti-datasource-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.wujiuye', module='easymulti-datasource-spring-boot-starter', version='2.1.0-RELEASE')
)libraryDependencies += "com.github.wujiuye" % "easymulti-datasource-spring-boot-starter" % "2.1.0-RELEASE"[com.github.wujiuye/easymulti-datasource-spring-boot-starter "2.1.0-RELEASE"]