jar

io.github.holmofy : spring-spider

Maven & Gradle

Mar 18, 2023
4 stars

spring-spider · Spring Spider App Utility Library.

Table Of Contents

Latest Version

Download io.github.holmofy : spring-spider JAR file - Latest Versions:

All Versions

Download io.github.holmofy : spring-spider JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.1
1.0

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 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]