jar

com.github.pipiz : Buggy

Maven & Gradle

Mar 22, 2018

Web crawler - easy for use

Table Of Contents

Latest Version

Download com.github.pipiz : Buggy JAR file - Latest Versions:

All Versions

Download com.github.pipiz : Buggy JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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

pipiz.example

├─ pipiz.example.BaiduBaikeDemo.class - [JAR]

pipiz.pipeline

├─ pipiz.pipeline.IPipeline.class - [JAR]

pipiz

├─ pipiz.Buggy.class - [JAR]

pipiz.scheduler

├─ pipiz.scheduler.IScheduler.class - [JAR]

├─ pipiz.scheduler.InMemoryScheduler.class - [JAR]

pipiz.processor

├─ pipiz.processor.IProcessor.class - [JAR]

pipiz.downloader

├─ pipiz.downloader.HttpClientDownloader.class - [JAR]

├─ pipiz.downloader.IDownloader.class - [JAR]

pipiz.util

├─ pipiz.util.IoUtils.class - [JAR]

├─ pipiz.util.UrlUtils.class - [JAR]

pipiz.exception

├─ pipiz.exception.IExceptionHandler.class - [JAR]

pipiz.entity

├─ pipiz.entity.HttpResponse.class - [JAR]

├─ pipiz.entity.Result.class - [JAR]

Advertisement