| GroupId | GroupIdio.shardingsphere |
|---|---|
| ArtifactId | ArtifactIdsharding-jdbc |
| Version | Version3.0.0.M1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sharding-jdbc-3.0.0.M1.pom | |
| sharding-jdbc-3.0.0.M1.jar | 118 KB |
| sharding-jdbc-3.0.0.M1-sources.jar | 79 KB |
| sharding-jdbc-3.0.0.M1-javadoc.jar | 520 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc/ -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc</artifactId>
<version>3.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc/
implementation 'io.shardingsphere:sharding-jdbc:3.0.0.M1'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc/
implementation ("io.shardingsphere:sharding-jdbc:3.0.0.M1")
'io.shardingsphere:sharding-jdbc:jar:3.0.0.M1'
<dependency org="io.shardingsphere" name="sharding-jdbc" rev="3.0.0.M1">
<artifact name="sharding-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-jdbc', version='3.0.0.M1')
)
libraryDependencies += "io.shardingsphere" % "sharding-jdbc" % "3.0.0.M1"
[io.shardingsphere/sharding-jdbc "3.0.0.M1"]