<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-infra-database-opengauss</artifactId>
<version>5.5.1</version>
</dependency>
implementation 'org.apache.shardingsphere:shardingsphere-infra-database-opengauss:5.5.1'
implementation("org.apache.shardingsphere:shardingsphere-infra-database-opengauss:5.5.1")
libraryDependencies += "org.apache.shardingsphere" % "shardingsphere-infra-database-opengauss" % "5.5.1"
@Grapes(
@Grab(group='org.apache.shardingsphere', module='shardingsphere-infra-database-opengauss', version='5.5.1')
)
<dependency org="org.apache.shardingsphere" name="shardingsphere-infra-database-opengauss" rev="5.5.1" />