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