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