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