org.postgresql.geometric.Circle maven 依赖
时间: 2024-05-16 21:13:30 浏览: 109
你可以在 Maven 项目的 pom.xml 文件中添加以下依赖关系来使用 org.postgresql.geometric.Circle 类:
```
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>版本号</version>
</dependency>
```
请将 “版本号” 替换为您需要使用的 PostgreSQL 驱动程序版本号。
阅读全文