<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.brickwall2900</groupId>
  <artifactId>arcana</artifactId>
  <version>0.2</version>
  <name>io.github.brickwall2900</name>
  <description>A Swing framework focused on annotation-based dependency injection and event subscription</description>
  <url>https://github.com/brickwall2900/Arcana</url>
  <inceptionYear>2026</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://mit-license.org/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>brickwall2900</id>
      <name>Marsh</name>
      <email>brickwall2900@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/brickwall2900/Arcana.git</connection>
    <developerConnection>scm:git:ssh://github.com:brickwall2900/Arcana.git</developerConnection>
    <url>https://github.com/brickwall2900/Arcana</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.httprpc</groupId>
      <artifactId>sierra</artifactId>
      <version>3.5.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.formdev</groupId>
      <artifactId>flatlaf</artifactId>
      <version>3.6.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.formdev</groupId>
      <artifactId>flatlaf-extras</artifactId>
      <version>3.6.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
