s

shardingsphere-jdbc-core

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

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

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

|-- 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

|-- com.zaxxer:HikariCP

|-- org.apache.commons:commons-dbcp2

|-- org.apache.tomcat:tomcat-dbcp

|-- commons-pool:commons-pool

|-- com.h2database:h2

|-- mysql:mysql-connector-java

|-- org.postgresql:postgresql

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

test

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