dependabot[bot] de9953b8d7 Bump com.fasterxml.jackson.core:jackson-databind from 2.13.4.2 to 2.22.0
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.2 to 2.22.0.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-30 05:40:17 +00:00
2022-10-24 23:08:15 +03:00
2026-02-10 11:32:15 +04:00
2026-02-10 11:32:15 +04:00

OpenWeatherMap Java API Build Status codecov

Java API for OpenWeatherMap services.

Implemented features:

Free:

  • Current weather data
  • 5 day / 3-hour forecast
  • One Call API
  • Air pollution

Other:

  • Request timeout settings

Will be implemented later:

Free:

  • Geocoding API
  • Weather Stations
  • Weather Triggers

Paid:

  • Daily Forecast 16 days
  • Hourly Forecast 4 days
  • probably others...

Maven coordinates:

<dependency>
  <groupId>com.github.prominence</groupId>
  <artifactId>openweathermap-api</artifactId>
  <version>2.4.2</version>
</dependency>

Gradle coordinates:

implementation 'com.github.prominence:openweathermap-api:2.4.2'

Documentation

License

MIT

Languages
Java 100%