Erweiterungen

This commit is contained in:
2025-09-18 12:10:37 +02:00
parent a13aa09a63
commit 95eaabf41d
12 changed files with 1178 additions and 590 deletions

View File

@@ -137,6 +137,13 @@
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<!-- Apache PDFBox for PDF generation -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.3</version>
</dependency>
</dependencies>
<build>