Parsing von Files implementiert.
This commit is contained in:
parent
cccd09bc8f
commit
b38812e325
30 changed files with 1358 additions and 4 deletions
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue