<?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>io.get-coursier</groupId>
    <artifactId>interface</artifactId>
    <packaging>jar</packaging>
    <description>interface</description>
    <url>https://github.com/coursier/interface</url>
    <version>1.0.4</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>interface</name>
    <organization>
        <name>io.get-coursier</name>
        <url>https://github.com/coursier/interface</url>
    </organization>
    <scm>
        <url>https://github.com/coursier/interface</url>
        <connection>scm:git:https://github.com/coursier/interface.git</connection>
        <developerConnection>scm:git:git@github.com:coursier/interface.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>alexarchambault</id>
            <name>Alexandre Archambault</name>
            <url>https://github.com/alexarchambault</url>
            <email>alexandre.archambault@gmail.com</email>
        </developer>
    </developers>
    <dependencies> <!--shaded dependency io.get-coursier:coursier:2.0.15--><!--shaded dependency com.lihaoyi:utest:0.7.7--> </dependencies>
</project>