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