Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.shardingsphere |
ArtifactId | ArtifactIdsharding-jdbc-spring-boot-starter |
Version | Version3.0.0.M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc-spring-boot-starter/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
<version>3.0.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc-spring-boot-starter/
implementation 'io.shardingsphere:sharding-jdbc-spring-boot-starter:3.0.0.M3'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc-spring-boot-starter/
implementation ("io.shardingsphere:sharding-jdbc-spring-boot-starter:3.0.0.M3")
'io.shardingsphere:sharding-jdbc-spring-boot-starter:jar:3.0.0.M3'
<dependency org="io.shardingsphere" name="sharding-jdbc-spring-boot-starter" rev="3.0.0.M3">
<artifact name="sharding-jdbc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-jdbc-spring-boot-starter', version='3.0.0.M3')
)
libraryDependencies += "io.shardingsphere" % "sharding-jdbc-spring-boot-starter" % "3.0.0.M3"
[io.shardingsphere/sharding-jdbc-spring-boot-starter "3.0.0.M3"]