Jar examples for s:sharding-jdbc
RDB Sharding
You can download jar file sharding-jdbc 3.0.0.M1 in this page.
Apache License 2.0
You can use the following script to add sharding-jdbc-3.0.0.M1.jar to your project.
<dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc</artifactId> <version>3.0.0.M1</version> </dependency>
compile group: 'io.shardingsphere', name: 'sharding-jdbc', version: '3.0.0.M1'
libraryDependencies += "io.shardingsphere" % "sharding-jdbc" % "3.0.0.M1"
<dependency org="io.shardingsphere" name="sharding-jdbc" rev="3.0.0.M1"/>
@Grapes(@Grab(group='io.shardingsphere', module='sharding-jdbc', version='3.0.0.M1'))
'io.shardingsphere:sharding-jdbc:jar:3.0.0.M1'
Click the following link to download the jar file.
sharding-jdbc-3.0.0.M1-javadoc.jar