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