Files download
File Operation
multi-datasource-spring-boot-starter-1.0.4.RELEASE.jar download
multi-datasource-spring-boot-starter-1.0.4.RELEASE.pom download
multi-datasource-spring-boot-starter-1.0.4.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.skyXingren</groupId>
  <artifactId>multi-datasource-spring-boot-starter</artifactId>
  <version>1.0.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.github.skyXingren:multi-datasource-spring-boot-starter:1.0.4.RELEASE'
Gradle Kotlin
implementation("io.github.skyXingren:multi-datasource-spring-boot-starter:1.0.4.RELEASE")
Scala SBT
libraryDependencies += "io.github.skyXingren" % "multi-datasource-spring-boot-starter" % "1.0.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.skyXingren', module='multi-datasource-spring-boot-starter', version='1.0.4.RELEASE')
)
Apache Ivy
<dependency org="io.github.skyXingren" name="multi-datasource-spring-boot-starter" rev="1.0.4.RELEASE" />
Leiningen
[io.github.skyXingren/multi-datasource-spring-boot-starter "1.0.4.RELEASE"]
Apache Buildr
'io.github.skyXingren:multi-datasource-spring-boot-starter:jar:1.0.4.RELEASE'