<?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>
  <groupId>com.koloboke</groupId>
  <artifactId>koloboke-compile</artifactId>
  <version>0.5.1</version>
  <name>Koloboke Compile</name>
  <description>Compile-time collections implementations generator</description>
  <url>https://koloboke.com/compile</url>
  <inceptionYear>2016</inceptionYear>
  <licenses>
    <license>
      <name>Koloboke Compile License</name>
      <url>https://koloboke.com/koloboke-compile-license/</url>
      <distribution>repo</distribution>
      <comments>Freeware license</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>leventov</id>
      <name>Roman Leventov</name>
      <email>leventov@ya.ru</email>
      <url>https://koloboke.com/</url>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/leventov/Koloboke/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/leventov/Koloboke</connection>
    <developerConnection>scm:git:git://github.com/leventov/Koloboke</developerConnection>
    <url>https://github.com/leventov/Koloboke</url>
  </scm>
</project>
