jar

com.gitee.blacol : WeatherUtil

Maven & Gradle

Dec 07, 2023

HF Weather Util · This is a tool to generate unique identifiers based on specified parameters or UUIDs.

Table Of Contents

Latest Version

Download com.gitee.blacol : WeatherUtil JAR file - Latest Versions:

All Versions

Download com.gitee.blacol : WeatherUtil JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5

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 WeatherUtil-1.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.blacol.hfweather.entity

├─ com.blacol.hfweather.entity.City.class - [JAR]

├─ com.blacol.hfweather.entity.DayWeather.class - [JAR]

├─ com.blacol.hfweather.entity.HourWeather.class - [JAR]

├─ com.blacol.hfweather.entity.IPGeo.class - [JAR]

├─ com.blacol.hfweather.entity.LiveWeather.class - [JAR]

├─ com.blacol.hfweather.entity.Weather.class - [JAR]

com.blacol.hfweather.consts

├─ com.blacol.hfweather.consts.ApiMode.class - [JAR]

├─ com.blacol.hfweather.consts.Method.class - [JAR]

com.blacol.hfweather.util

├─ com.blacol.hfweather.util.ExceptionUtil.class - [JAR]

├─ com.blacol.hfweather.util.HFApiUtil.class - [JAR]

├─ com.blacol.hfweather.util.IPCityUtil.class - [JAR]

├─ com.blacol.hfweather.util.WeatherUtil.class - [JAR]

com.blacol.hfweather.exception

├─ com.blacol.hfweather.exception.APITimeUseUp.class - [JAR]

├─ com.blacol.hfweather.exception.InvalidCityData.class - [JAR]

├─ com.blacol.hfweather.exception.InvalidClass.class - [JAR]

├─ com.blacol.hfweather.exception.InvalidParam.class - [JAR]

├─ com.blacol.hfweather.exception.NetworkAccessException.class - [JAR]