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