<?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>io.github.halotukozak</groupId>
  <artifactId>made_native0.5_3</artifactId>
  <version>0.1.5</version>
  <url>https://github.com/halotukozak/made</url>
  <description>M&amp;DE - Mirror Annotations &amp; Default Extraction</description>
  <name>made</name>
  <organization>
    <name>io.github.halotukozak</name>
    <url>https://github.com/halotukozak/made</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://spdx.org/licenses/MIT.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/halotukozak/made.git</url>
    <connection>scm:git:github.com/halotukozak/made.git</connection>
    <developerConnection>scm:git:git@github.com:halotukozak/made.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>halotukozak</id>
      <name>Bartłomiej Kozak</name>
      <url>https://github.com/halotukozak</url>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.scala-native</groupId>
      <artifactId>scala3lib_native0.5_3</artifactId>
      <version>3.8.4+0.5.11</version>
    </dependency>
    <dependency>
      <groupId>org.scala-native</groupId>
      <artifactId>javalib_native0.5_3</artifactId>
      <version>0.5.11</version>
    </dependency>
  </dependencies>
</project>