| Группа | Группаio.shardingsphere |
|---|---|
| Идентификатор | Идентификаторsharding-orchestration-reg |
| Версия | Версия3.0.0.M3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-orchestration-reg/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.0.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-orchestration-reg/
implementation 'io.shardingsphere:sharding-orchestration-reg:3.0.0.M3'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-orchestration-reg/
implementation ("io.shardingsphere:sharding-orchestration-reg:3.0.0.M3")
'io.shardingsphere:sharding-orchestration-reg:jar:3.0.0.M3'
<dependency org="io.shardingsphere" name="sharding-orchestration-reg" rev="3.0.0.M3">
<artifact name="sharding-orchestration-reg" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-orchestration-reg', version='3.0.0.M3')
)
libraryDependencies += "io.shardingsphere" % "sharding-orchestration-reg" % "3.0.0.M3"
[io.shardingsphere/sharding-orchestration-reg "3.0.0.M3"]