things in the middle UIs i guess

This commit is contained in:
2025-03-11 22:38:42 -05:00
parent 65376b95cd
commit 1247caff35
49 changed files with 745 additions and 1 deletions

13
pom.xml
View File

@@ -14,6 +14,19 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<!-- SLF4J API -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.12</version>
</dependency>
<!-- Logback Classic (SLF4J Binding) -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
</dependency>
</dependencies>
<build>