Demo ready

This commit is contained in:
Johan Maasing 2025-03-16 14:16:16 +01:00
parent 743432e071
commit 620999a992
Signed by: johan
GPG key ID: FFD31BABEE2DEED2
7 changed files with 190 additions and 74 deletions
parser

View file

@ -53,5 +53,9 @@
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
</dependencies>
</project>