Arcana
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.brickwall2900</groupId>
<artifactId>Arcana</artifactId>
<version>0.1.1</version>
</dependency><?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.1.1</version>
<name>Arcana</name>
<description>A Swing framework focused on annotation-based dependency injection and event subscription</description>
<url>https://github.com/brickwall2900/Arcana</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<developers>
<developer>
<id>brickwall2900</id>
<name>brickwall2900</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>