is not current version
Last Version 3.1.0

io.shardingsphere:sharding-jdbc 3.1.0.M1


GroupId

GroupId

io.shardingsphere
ArtifactId

ArtifactId

sharding-jdbc
Version

Version

3.1.0.M1
Type

Type

pom

Download sharding-jdbc 3.1.0.M1

Filename Size
sharding-jdbc-3.1.0.M1.pom 709 bytes
Browse

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