Parsing von Files implementiert.

This commit is contained in:
Picman2000 2025-03-03 18:15:21 +01:00
parent cccd09bc8f
commit b38812e325
30 changed files with 1358 additions and 4 deletions

View file

@ -36,6 +36,13 @@
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.36</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>