| GroupId | GroupIdio.shardingsphere |
|---|---|
| ArtifactId | ArtifactIdsharding-orchestration-reg |
| Version | Version3.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| sharding-orchestration-reg-3.0.0.pom | 816 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-orchestration-reg/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-orchestration-reg</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-orchestration-reg/
implementation 'io.shardingsphere:sharding-orchestration-reg:3.0.0'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-orchestration-reg/
implementation ("io.shardingsphere:sharding-orchestration-reg:3.0.0")
'io.shardingsphere:sharding-orchestration-reg:pom:3.0.0'
<dependency org="io.shardingsphere" name="sharding-orchestration-reg" rev="3.0.0">
<artifact name="sharding-orchestration-reg" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-orchestration-reg', version='3.0.0')
)
libraryDependencies += "io.shardingsphere" % "sharding-orchestration-reg" % "3.0.0"
[io.shardingsphere/sharding-orchestration-reg "3.0.0"]