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