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