is not current version
Last Version 0.5.0

com.github.jun1st:master-slave-datasource-starter 0.4.0

mysql master slave datasource support for spring boot starter

Categories

Categories

Data
GroupId

GroupId

com.github.jun1st
ArtifactId

ArtifactId

master-slave-datasource-starter
Version

Version

0.4.0
Type

Type

jar

Download master-slave-datasource-starter 0.4.0


<!-- https://jarcasting.com/artifacts/com.github.jun1st/master-slave-datasource-starter/ -->
<dependency>
    <groupId>com.github.jun1st</groupId>
    <artifactId>master-slave-datasource-starter</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jun1st/master-slave-datasource-starter/
implementation 'com.github.jun1st:master-slave-datasource-starter:0.4.0'
// https://jarcasting.com/artifacts/com.github.jun1st/master-slave-datasource-starter/
implementation ("com.github.jun1st:master-slave-datasource-starter:0.4.0")
'com.github.jun1st:master-slave-datasource-starter:jar:0.4.0'
<dependency org="com.github.jun1st" name="master-slave-datasource-starter" rev="0.4.0">
  <artifact name="master-slave-datasource-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jun1st', module='master-slave-datasource-starter', version='0.4.0')
)
libraryDependencies += "com.github.jun1st" % "master-slave-datasource-starter" % "0.4.0"
[com.github.jun1st/master-slave-datasource-starter "0.4.0"]