<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-common</artifactId>
<version>5.5.1</version>
</dependency>
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra-common" % "5.5.1"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-infra-common', version='5.5.1')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-common" rev="5.5.1" />
<parent> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-infra</artifactId> <version>5.5.1</version> </parent>
compile
|-- org.apache.shardingsphere:shardingsphere-infra-util
|-- org.apache.shardingsphere:shardingsphere-infra-database-mysql
|-- org.apache.shardingsphere:shardingsphere-infra-database-mariadb
|-- org.apache.shardingsphere:shardingsphere-infra-database-postgresql
|-- org.apache.shardingsphere:shardingsphere-infra-database-opengauss
|-- org.apache.shardingsphere:shardingsphere-infra-database-oracle
|-- org.apache.shardingsphere:shardingsphere-infra-database-sqlserver
|-- org.apache.shardingsphere:shardingsphere-infra-database-h2
|-- org.apache.shardingsphere:shardingsphere-infra-database-clickhouse
|-- org.apache.shardingsphere:shardingsphere-infra-database-sql92
|-- org.apache.shardingsphere:shardingsphere-infra-database-p6spy
|-- org.apache.shardingsphere:shardingsphere-infra-data-source-pool-hikari
|-- org.apache.shardingsphere:shardingsphere-parser-sql-engine
|-- com.alibaba:transmittable-thread-local
test
|-- org.apache.shardingsphere:shardingsphere-test-util
|-- org.apache.shardingsphere:shardingsphere-test-fixture-database