View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hubble-java-region-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zhangchunsheng.region.service
├─ com.github.zhangchunsheng.region.service.RegionService.class - [JAR]
com.github.zhangchunsheng.region.bean.city
├─ com.github.zhangchunsheng.region.bean.city.AirportInfo.class - [JAR]
├─ com.github.zhangchunsheng.region.bean.city.CityInfo.class - [JAR]
├─ com.github.zhangchunsheng.region.bean.city.CountryInfo.class - [JAR]
com.github.zhangchunsheng.region.bean.result
├─ com.github.zhangchunsheng.region.bean.result.MobileCity.class - [JAR]
├─ com.github.zhangchunsheng.region.bean.result.MobileCityResult.class - [JAR]
com.github.zhangchunsheng.region.service.impl
├─ com.github.zhangchunsheng.region.service.impl.RegionServiceImpl.class - [JAR]