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