jar

com.corporate-startup : download-plugin-api

Maven & Gradle

Nov 23, 2023
0 stars

download-plugin-api · Plugin API to add additional functionality. For example selenium-based actions such as cookie retrieval or link extraction.

Table Of Contents

Latest Version

Download com.corporate-startup : download-plugin-api JAR file - Latest Versions:

All Versions

Download com.corporate-startup : download-plugin-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.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 download-plugin-api-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.cs.download.plugin.spi

├─ com.cs.download.plugin.spi.ServiceFactoryProvider.class - [JAR]

com.cs.download.plugin.exception

├─ com.cs.download.plugin.exception.ProviderNotFoundException.class - [JAR]

com.cs.download.plugin.api

├─ com.cs.download.plugin.api.PluginInfo.class - [JAR]

├─ com.cs.download.plugin.api.PluginState.class - [JAR]

├─ com.cs.download.plugin.api.Service.class - [JAR]

├─ com.cs.download.plugin.api.ServiceConfiguration.class - [JAR]

├─ com.cs.download.plugin.api.ServiceFactory.class - [JAR]

├─ com.cs.download.plugin.api.ServiceInfo.class - [JAR]

├─ com.cs.download.plugin.api.ServiceResult.class - [JAR]

├─ com.cs.download.plugin.api.ServiceState.class - [JAR]