is not current version
Last Version 3.1.0

io.shardingsphere:sharding-jdbc 3.0.0.M4


GroupId

GroupId

io.shardingsphere
ArtifactId

ArtifactId

sharding-jdbc
Version

Version

3.0.0.M4
Type

Type

pom

Download sharding-jdbc 3.0.0.M4

Filename Size
sharding-jdbc-3.0.0.M4.pom 780 bytes
Browse

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