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