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 livelib-crawler-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pw.spn.crawler.livelib.http
├─ pw.spn.crawler.livelib.http.LiveLibRequestInterceptor.class - [JAR]
├─ pw.spn.crawler.livelib.http.LivelibHttpService.class - [JAR]
├─ pw.spn.crawler.livelib.http.ResponseWrapper.class - [JAR]
pw.spn.crawler.livelib.exception
├─ pw.spn.crawler.livelib.exception.LivelibCrawlerException.class - [JAR]
pw.spn.crawler.livelib
├─ pw.spn.crawler.livelib.LivelibCrawler.class - [JAR]
pw.spn.crawler.livelib.entity.deserializer
├─ pw.spn.crawler.livelib.entity.deserializer.StringToBookStatusDeserializer.class - [JAR]
├─ pw.spn.crawler.livelib.entity.deserializer.StringToFloatDeserializer.class - [JAR]
├─ pw.spn.crawler.livelib.entity.deserializer.StringToIntDeserializer.class - [JAR]
pw.spn.crawler.livelib.entity
├─ pw.spn.crawler.livelib.entity.Book.class - [JAR]
├─ pw.spn.crawler.livelib.entity.BookStatus.class - [JAR]