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

Jar examples for s:sharding-core

Description

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

Build File

You can use the following script to add sharding-core-3.0.0.M1.jar to your project.

<dependency>
   <groupId>io.shardingsphere</groupId>
   <artifactId>sharding-core</artifactId>
   <version>3.0.0.M1</version>
</dependency>
compile group: 'io.shardingsphere', name: 'sharding-core', version: '3.0.0.M1'
libraryDependencies += "io.shardingsphere" % "sharding-core" % "3.0.0.M1"
<dependency org="io.shardingsphere" name="sharding-core" rev="3.0.0.M1"/>
@Grapes(@Grab(group='io.shardingsphere', module='sharding-core', version='3.0.0.M1'))
'io.shardingsphere:sharding-core:jar:3.0.0.M1'

Download

Click the following link to download the jar file.

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



Related Tutorials