mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-09 03:26:45 +03:00
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.26 to 1.7.30. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.26...v_1.7.30) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
OpenWeatherMap Java API

Java API for OpenWeatherMap services.
Implemented features:
- Current weather data
- 5 day / 3 hour forecast
- 16 day / daily forecast
- UV Index
- Air pollution(beta)
Will be implemented later:
Global changes in API and more functionality.
Maven coordinates:
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>1.2</version>
</dependency>
New experimental version:
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
Gradle coordinates:
compile('com.github.prominence:openweathermap-api:1.2')
New experimental version:
compile('com.github.prominence:openweathermap-api:2.0-SNAPSHOT')
Documentation
- OpenWeatherMap Java API - 1.0
- OpenWeatherMap Java API - 1.1
- OpenWeatherMap Java API - 1.2
- OpenWeatherMap Java API - SNAPSHOT
License
MIT
Languages
Java
100%