is not current version
Last Version 1.0.1

com.github.cloudgyb:sharding-jdbc-ds 1.0.0

使用Sharding JDBC+Spring Boot实现数据分片Demo项目

GroupId

GroupId

com.github.cloudgyb
ArtifactId

ArtifactId

sharding-jdbc-ds
Version

Version

1.0.0
Type

Type

jar

Download sharding-jdbc-ds 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.cloudgyb/sharding-jdbc-ds/ -->
<dependency>
    <groupId>com.github.cloudgyb</groupId>
    <artifactId>sharding-jdbc-ds</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudgyb/sharding-jdbc-ds/
implementation 'com.github.cloudgyb:sharding-jdbc-ds:1.0.0'
// https://jarcasting.com/artifacts/com.github.cloudgyb/sharding-jdbc-ds/
implementation ("com.github.cloudgyb:sharding-jdbc-ds:1.0.0")
'com.github.cloudgyb:sharding-jdbc-ds:jar:1.0.0'
<dependency org="com.github.cloudgyb" name="sharding-jdbc-ds" rev="1.0.0">
  <artifact name="sharding-jdbc-ds" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudgyb', module='sharding-jdbc-ds', version='1.0.0')
)
libraryDependencies += "com.github.cloudgyb" % "sharding-jdbc-ds" % "1.0.0"
[com.github.cloudgyb/sharding-jdbc-ds "1.0.0"]