Few improvements

This commit is contained in:
2025-04-10 12:49:39 +02:00
parent 4c6d3f9452
commit 686e580f03
22 changed files with 248 additions and 464 deletions

View File

@@ -83,6 +83,11 @@
<artifactId>okhttp</artifactId>
<version>4.9.3</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>