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