oceanbase的maven依赖下载失败,有遇到相同问题的朋友?求解答

【产品名称】

【产品版本】

【问题描述】oceanbase的maven依赖下载失败,有遇到相同问题的朋友?求解答

可以检查 maven 依赖是否配置正确

具体参考:https://www.oceanbase.com/docs/oceanbase-database/oceanbase-database/V2.2.76/use-java-to-connect-to-oceanbase-1

<!--数据库驱动-->
 <dependency>
  <groupId>com.alipay.oceanbase</groupId>
  <artifactId>oceanbase-client</artifactId>
  <version>3.2.3</version>
 </dependency>

官方给的springboot用例;oceabase的maven仓库坐标;配置后下载失败
Could not find artifact com.alipay.oceanbase:oceanbase-client:pom:3.2.3 in alimaven (https://maven.aliyun.com/repository/central)

那位知道,正确的仓库坐标是啥吗