This commit is contained in:
michiel
2025-10-04 22:33:46 +02:00
parent 39fa2edb3a
commit d7d6a49b98
9 changed files with 211 additions and 17 deletions

View File

@@ -19,7 +19,11 @@
<artifactId>spotless-maven-plugin</artifactId>
<version>2.46.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.toop</groupId>
<artifactId>pism_framework</artifactId>