GroupId | GroupIdio.shardingjdbc |
---|---|
ArtifactId | ArtifactIdsharding-jdbc-orchestration |
Version | Version2.0.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.shardingjdbc/sharding-jdbc-orchestration/ -->
<dependency>
<groupId>io.shardingjdbc</groupId>
<artifactId>sharding-jdbc-orchestration</artifactId>
<version>2.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingjdbc/sharding-jdbc-orchestration/
implementation 'io.shardingjdbc:sharding-jdbc-orchestration:2.0.0.M1'
// https://jarcasting.com/artifacts/io.shardingjdbc/sharding-jdbc-orchestration/
implementation ("io.shardingjdbc:sharding-jdbc-orchestration:2.0.0.M1")
'io.shardingjdbc:sharding-jdbc-orchestration:jar:2.0.0.M1'
<dependency org="io.shardingjdbc" name="sharding-jdbc-orchestration" rev="2.0.0.M1">
<artifact name="sharding-jdbc-orchestration" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingjdbc', module='sharding-jdbc-orchestration', version='2.0.0.M1')
)
libraryDependencies += "io.shardingjdbc" % "sharding-jdbc-orchestration" % "2.0.0.M1"
[io.shardingjdbc/sharding-jdbc-orchestration "2.0.0.M1"]