Preparing for merge.

This commit is contained in:
2022-04-17 00:20:23 +03:00
parent 58e648be42
commit 1cac951aaa
3 changed files with 13 additions and 6 deletions
+6 -2
View File
@@ -4,20 +4,24 @@
* One Call API
* Air Pollution
Other:
* Request timeout settings
### Maven coordinates:
```xml
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
```
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.3.0-SNAPSHOT')
compile('com.github.prominence:openweathermap-api:2.3.0')
```
### How to use: