is not current version
Last Version 3.1.0

io.shardingsphere:sharding-jdbc-core 3.0.0


GroupId

GroupId

io.shardingsphere
ArtifactId

ArtifactId

sharding-jdbc-core
Version

Version

3.0.0
Type

Type

jar

Download sharding-jdbc-core 3.0.0


<!-- https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc-core/ -->
<dependency>
    <groupId>io.shardingsphere</groupId>
    <artifactId>sharding-jdbc-core</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc-core/
implementation 'io.shardingsphere:sharding-jdbc-core:3.0.0'
// https://jarcasting.com/artifacts/io.shardingsphere/sharding-jdbc-core/
implementation ("io.shardingsphere:sharding-jdbc-core:3.0.0")
'io.shardingsphere:sharding-jdbc-core:jar:3.0.0'
<dependency org="io.shardingsphere" name="sharding-jdbc-core" rev="3.0.0">
  <artifact name="sharding-jdbc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.shardingsphere', module='sharding-jdbc-core', version='3.0.0')
)
libraryDependencies += "io.shardingsphere" % "sharding-jdbc-core" % "3.0.0"
[io.shardingsphere/sharding-jdbc-core "3.0.0"]