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 spring-spider-1.3.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.holmofy.spider
├─ io.github.holmofy.spider.CrawlerRequest.class - [JAR]
├─ io.github.holmofy.spider.CrawlerResponse.class - [JAR]
├─ io.github.holmofy.spider.Downloader.class - [JAR]
io.github.holmofy.spider.utils
├─ io.github.holmofy.spider.utils.HttpParser.class - [JAR]
io.github.holmofy.spider.downloader
├─ io.github.holmofy.spider.downloader.DownloaderBuilder.class - [JAR]
├─ io.github.holmofy.spider.downloader.DownloaderConfig.class - [JAR]
├─ io.github.holmofy.spider.downloader.PlaywrightDownloader.class - [JAR]
├─ io.github.holmofy.spider.downloader.SimpleClient.class - [JAR]
├─ io.github.holmofy.spider.downloader.SimpleHttpDownloader.class - [JAR]