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