<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.bitlap</groupId>
    <artifactId>scalikejdbc-binders-postgres_3</artifactId>
    <packaging>jar</packaging>
    <description>scalikejdbc-binders-postgres</description>
    <url>https://github.com/bitlap/bitlap</url>
    <version>0.1.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scalikejdbc-binders-postgres</name>
    <inceptionYear>2023</inceptionYear>
    <organization>
        <name>org.bitlap</name>
        <url>https://github.com/bitlap/bitlap</url>
    </organization>
    <scm>
        <url>https://github.com/bitlap/scalikejdbc-binders</url>
        <connection>scm:git:https://github.com/bitlap/scalikejdbc-binders.git</connection>
        <developerConnection>scm:git:git@github.com:bitlap/scalikejdbc-binders.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>dreamylost</id>
            <name>梦境迷离</name>
            <url>https://blog.dreamylost.cn</url>
            <email>dreamylost@outlook.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.2.2</version>
        </dependency>
        <dependency>
            <groupId>org.postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <version>42.5.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scalikejdbc</groupId>
            <artifactId>scalikejdbc_3</artifactId>
            <version>4.0.0</version>
        </dependency>
        <dependency>
            <groupId>com.h2database</groupId>
            <artifactId>h2</artifactId>
            <version>2.1.214</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_3</artifactId>
            <version>3.2.14</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>