s

shardingsphere-jdbc-core

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

compile

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

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

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

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

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

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

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

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

|-- org.apache.shardingsphere:shardingsphere-single-table-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-h2

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

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

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

|-- org.apache.shardingsphere:shardingsphere-db-discovery-core

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

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

|-- org.apache.shardingsphere:shardingsphere-infra-federation-executor

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

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

|-- org.postgresql:postgresql

|-- mysql:mysql-connector-java

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

|-- com.h2database:h2

|-- com.zaxxer:HikariCP

test

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