s

shardingsphere-sharding-core

Files download
File Operation
shardingsphere-sharding-core-5.5.0.jar download
shardingsphere-sharding-core-5.5.0.pom download
shardingsphere-sharding-core-5.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-sharding-core</artifactId>
  <version>5.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere:shardingsphere-sharding-core:5.5.0'
Gradle Kotlin
implementation("org.apache.shardingsphere:shardingsphere-sharding-core:5.5.0")
Scala SBT
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-sharding-core" % "5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere', module='shardingsphere-sharding-core', version='5.5.0')
)
Apache Ivy
<dependency org="org.apache.shardingsphere" name="shardingsphere-sharding-core" rev="5.5.0" />
Leiningen
[org.apache.shardingsphere/shardingsphere-sharding-core "5.5.0"]
Apache Buildr
'org.apache.shardingsphere:shardingsphere-sharding-core:jar:5.5.0'
Dependencies
<parent>
  <groupId>org.apache.shardingsphere</groupId>
  <artifactId>shardingsphere-sharding</artifactId>
  <version>5.5.0</version>
</parent>

compile

|-- org.apache.shardingsphere:shardingsphere-sharding-api

|-- org.apache.shardingsphere:shardingsphere-infra-binder

|-- org.apache.shardingsphere:shardingsphere-infra-route

|-- org.apache.shardingsphere:shardingsphere-infra-rewrite

|-- org.apache.shardingsphere:shardingsphere-infra-merge

|-- org.apache.shardingsphere:shardingsphere-mode-core

|-- org.apache.shardingsphere:shardingsphere-time-service-core

|-- org.apache.shardingsphere:shardingsphere-system-time-service

|-- org.apache.shardingsphere:shardingsphere-sql-federation-core

|-- org.apache.shardingsphere:shardingsphere-infra-expr-core

|-- org.apache.shardingsphere:shardingsphere-infra-algorithm-key-generator-uuid

|-- org.apache.shardingsphere:shardingsphere-infra-algorithm-key-generator-snowflake

|-- org.awaitility:awaitility

test

|-- org.apache.shardingsphere:shardingsphere-test-util

|-- org.apache.shardingsphere:shardingsphere-test-fixture-database

|-- org.apache.shardingsphere:shardingsphere-single-core

|-- org.apache.shardingsphere:shardingsphere-parser-sql-sql92

|-- org.apache.shardingsphere:shardingsphere-parser-sql-mysql

|-- org.apache.shardingsphere:shardingsphere-parser-sql-postgresql

|-- org.apache.shardingsphere:shardingsphere-parser-sql-oracle

|-- org.apache.shardingsphere:shardingsphere-parser-sql-sqlserver

|-- org.apache.shardingsphere:shardingsphere-test-it-yaml