<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>cl.emilym</groupId>
  <artifactId>bytes</artifactId>
  <version>1.1.0</version>
  <name>bytes</name>
  <description>Convert a byte count into a human readable format</description>
  <url>"https://github.com/emilymclean/HumanReadableBytes"</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/license/mit</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Emily McLean</name>
      <email>emily@mclean.lgbt</email>
    </developer>
  </developers>
  <scm>
    <connection>"scm:git:git://github.com/emilymclean/HumanReadableBytes"</connection>
    <developerConnection>"scm:git:ssh://github.com/emilymclean/HumanReadableBytes"</developerConnection>
    <url>"https://github.com/emilymclean/HumanReadableBytes"</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.23</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
