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