Download sharding-jdbc-3.0.0.M1.jar file - Jar s

Jar examples for s:sharding-jdbc

Description

RDB Sharding

You can download jar file sharding-jdbc 3.0.0.M1 in this page.

License

Apache License 2.0

Build File

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'

Download

Click the following link to download the jar file.

sharding-jdbc-3.0.0.M1-javadoc.jar
sharding-jdbc-3.0.0.M1-sources.jar
sharding-jdbc-3.0.0.M1.jar
sharding-jdbc-3.0.0.M1.pom



Related Tutorials