<?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.yearnlune.excel</groupId>
  <artifactId>excel-exporter</artifactId>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <name>excel-exporter</name>
  <description>A concise description of my library</description>
  <url>https://github.com/yearnlune/excel-exporter</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>yearnlune</id>
      <name>DONGHWAN KIM</name>
      <email>kdhpopyoa@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/yearnlune/excel-exporter.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:yearnlune/excel-exporter.git</developerConnection>
    <url>https://github.com/yearnlune/excel-exporter</url>
  </scm>
  <properties>
    <myProp>value</myProp>
    <prop.with.dots>anotherValue</prop.with.dots>
  </properties>
</project>
