is not current version
Last Version 4.1.1

org.apache.shardingsphere:sharding-jdbc-core 4.0.1


GroupId

GroupId

org.apache.shardingsphere
ArtifactId

ArtifactId

sharding-jdbc-core
Version

Version

4.0.1
Type

Type

jar

Download sharding-jdbc-core 4.0.1


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