s

shardingsphere-jdbc-core

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

compile

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

|-- org.apache.shardingsphere:shardingsphere-global-clock-core

|-- org.apache.shardingsphere:shardingsphere-global-clock-tso-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-parser-sql-opengauss

|-- org.apache.shardingsphere:shardingsphere-mysql-dialect-exception

|-- org.apache.shardingsphere:shardingsphere-postgresql-dialect-exception

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

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

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

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

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

|-- org.apache.shardingsphere:shardingsphere-standalone-mode-repository-jdbc

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

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

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

|-- org.apache.shardingsphere:shardingsphere-readwrite-splitting-core

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

|-- org.apache.shardingsphere:shardingsphere-encrypt-sm

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

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

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

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

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

|-- org.apache.commons:commons-collections4

|-- org.postgresql:postgresql

|-- mysql:mysql-connector-java

|-- com.microsoft.sqlserver:mssql-jdbc

|-- com.zaxxer:HikariCP

|-- com.ctrip.framework.apollo:apollo-client

runtime

|-- com.h2database:h2

test

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

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