[AB-89] adding command to retrieve weather data

This commit is contained in:
Sheldan
2023-03-17 01:49:39 +01:00
parent 735816f5dd
commit 54976ed1d4
28 changed files with 675 additions and 2 deletions

View File

@@ -14,4 +14,11 @@
<maven.compiler.target>8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
</dependencies>
</project>