Added new draft current weather retrieving implementation.

This commit is contained in:
2019-06-13 23:48:05 +03:00
parent 44da350e3c
commit aed72a5ab5
69 changed files with 2761 additions and 2655 deletions
+14
View File
@@ -21,12 +21,26 @@ Global changes in API and more functionality.
</dependency>
```
New experimental version:
```xml
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
```
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:1.2')
```
New experimental version:
```groovy
compile('com.github.prominence:openweathermap-api:2.0-SNAPSHOT')
```
### Documentation
* [OpenWeatherMap Java API - 1.0](docs/Release_1.0.md)
* [OpenWeatherMap Java API - 1.1](docs/Release_1.1.md)