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