<?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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <modelVersion>4.0.0</modelVersion>
    <name>niol_2.12</name>
    <groupId>com.electronwill</groupId>
    <artifactId>niol_2.12</artifactId>
    <packaging>jar</packaging>
    <description>Lightweight network library for Scala</description>
    <version>2.0.1</version>
    <url>https://github.com/TheElectronWill/Niol</url>
    <licenses>
        <license>
            <name>LGPL-3.0-or-later</name>
            <url>https://spdx.org/licenses/LGPL-3.0-or-later.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/TheElectronWill/Niol.git</connection>
        <developerConnection>scm:git:ssh://git@github.com:TheElectronWill/Niol.git</developerConnection>
        <url>https://github.com/TheElectronWill/Niol</url>
    </scm>
    <developers>
        <developer>
            <id>TheElectronWill</id>
            <name>Guillaume Raffin</name>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>com.electronwill</groupId>
            <artifactId>more-collections_2.12</artifactId>
            <version>1.0.1</version>
        </dependency>
    </dependencies>
</project>
