Added Animation

This commit is contained in:
Tinglyyy
2026-01-24 12:04:55 +01:00
parent 1b0061a2b7
commit fbaec2464c
8 changed files with 324 additions and 0 deletions

14
pom.xml
View File

@@ -13,5 +13,19 @@
<maven.compiler.target>23</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.38</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>6.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>