Implement #37: Save/Load Functionality for Drawings
Some checks failed
CI / build-and-test (pull_request) Failing after 12s

This commit is contained in:
2026-03-28 00:56:02 +01:00
parent 1db8ade18e
commit c863b74d73
7 changed files with 902 additions and 124 deletions

View File

@@ -68,6 +68,12 @@
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.18.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>