mirror of
https://github.com/guilhermewerner/java-sql
synced 2025-06-15 04:34:18 +00:00
16 lines
534 B
XML
16 lines
534 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>com.ti2cc</groupId>
|
|
<artifactId>01ConexaoPostgres</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.postgresql</groupId>
|
|
<artifactId>postgresql</artifactId>
|
|
<version>42.2.16</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|