jar

org.ogema.drivers : openweathermap-connector

Maven & Gradle

Dec 06, 2019

OGEMA Drivers :: OpenWeatherMap Connector · Uses the OpenWeatherMap API to import weather forecast data

Table Of Contents

Latest Version

Download org.ogema.drivers : openweathermap-connector JAR file - Latest Versions:

All Versions

Download org.ogema.drivers : openweathermap-connector JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.x
2.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window openweathermap-connector-2.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ogema.apps.openweathermap

├─ org.ogema.apps.openweathermap.OpenWeatherMapApplication.class - [JAR]

├─ org.ogema.apps.openweathermap.OpenWeatherMapApplicationI.class - [JAR]

├─ org.ogema.apps.openweathermap.ResourceUtil.class - [JAR]

├─ org.ogema.apps.openweathermap.RoomController.class - [JAR]

├─ org.ogema.apps.openweathermap.RoomRad.class - [JAR]

├─ org.ogema.apps.openweathermap.WeatherUtil.class - [JAR]

org.ogema.apps.openweathermap.resources

├─ org.ogema.apps.openweathermap.resources.EnvironmentCreater.class - [JAR]

org.ogema.apps.openweathermap.dao

├─ org.ogema.apps.openweathermap.dao.City.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.Clouds.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.Coord.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.CurrentData.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.ForecastData.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.List.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.Main.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.OpenWeatherMapREST.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.Rain.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.Sys.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.Weather.class - [JAR]

├─ org.ogema.apps.openweathermap.dao.Wind.class - [JAR]