<?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>io.github.piruin</groupId>
  <artifactId>geok-gson</artifactId>
  <version>1.2.0</version>
  <packaging>pom</packaging>
  <name>Geok</name>
  <description>Kotlin geometry library</description>
  <url>https://github.com/piruin/geok</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>piruin</id>
      <name>Piruin Panichphol</name>
      <email>piruin.p@gmail.com</email>
      <url>https://github.com/piruin</url>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/piruin/geok.git</connection>
    <url>https://github.com/piruin/geok</url>
  </scm>
</project>
