GroupId | GroupIdorg.apache.shardingsphere |
---|---|
ArtifactId | ArtifactIdsharding-orchestration-center-api |
Version | Version4.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-orchestration-center-api/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>sharding-orchestration-center-api</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-orchestration-center-api/
implementation 'org.apache.shardingsphere:sharding-orchestration-center-api:4.1.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/sharding-orchestration-center-api/
implementation ("org.apache.shardingsphere:sharding-orchestration-center-api:4.1.0")
'org.apache.shardingsphere:sharding-orchestration-center-api:jar:4.1.0'
<dependency org="org.apache.shardingsphere" name="sharding-orchestration-center-api" rev="4.1.0">
<artifact name="sharding-orchestration-center-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='sharding-orchestration-center-api', version='4.1.0')
)
libraryDependencies += "org.apache.shardingsphere" % "sharding-orchestration-center-api" % "4.1.0"
[org.apache.shardingsphere/sharding-orchestration-center-api "4.1.0"]