<?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>com.ip2proxy</groupId>
    <artifactId>ip2proxy-scala_3</artifactId>
    <packaging>jar</packaging>
    <description>ip2proxy-scala</description>
    <url>https://github.com/ip2location/ip2proxy-scala</url>
    <version>3.5.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>ip2proxy-scala</name>
    <organization>
        <name>com.ip2proxy</name>
        <url>https://github.com/ip2location/ip2proxy-scala</url>
    </organization>
    <scm>
        <url>https://github.com/ip2location/ip2proxy-scala</url>
        <connection>scm:git@github.com:ip2location/ip2proxy-scala.git</connection>
    </scm>
    <developers>
        <developer>
            <id>ip2location</id>
            <name>IP2Location</name>
            <url>https://www.ip2location.com</url>
            <email>support@ip2location.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit_3</artifactId>
            <version>1.2.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <version>2.13.2</version>
        </dependency>
    </dependencies>
</project>