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