<?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>dev.mayuna</groupId>
  <artifactId>mayus-library</artifactId>
  <version>2.0.1</version>
  <name>mayus-library</name>
  <description>Generic Java Library with Logger and other things which I use in my projects</description>
  <url>https://mayuna.dev/</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License v3.0</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mayuna</id>
      <name>Marek Lof</name>
      <email>uwulilmayu@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/lilmayu/MayusLibrary</connection>
    <developerConnection>scm:git:https://github.com/lilmayu/MayusLibrary.git</developerConnection>
    <url>https://github.com/lilmayu/MayusLibrary</url>
  </scm>
</project>
