<?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>os-zip</name>
    <groupId>com.lihaoyi</groupId>
    <artifactId>os-zip</artifactId>
    <packaging>jar</packaging>
    <description>os-zip</description>
    <version>0.11.6</version>
    <url>https://github.com/com-lihaoyi/os-lib</url>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://spdx.org/licenses/MIT.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:git://github.com/com-lihaoyi/os-lib.git</connection>
        <developerConnection>scm:git:ssh://git@github.com:com-lihaoyi/os-lib.git</developerConnection>
        <url>https://github.com/com-lihaoyi/os-lib</url>
    </scm>
    <developers>
        <developer>
            <id>lihaoyi</id>
            <name>Li Haoyi</name>
            <url>https://github.com/lihaoyi</url>
        </developer>
    </developers>
    <dependencies> </dependencies>
</project>
