All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.shoaky.sourcedownloader.sdk.PluginContext.kt Maven / Gradle / Ivy

The newest version!
package xyz.shoaky.sourcedownloader.sdk

import xyz.shoaky.sourcedownloader.sdk.component.SdComponentSupplier

interface PluginContext {

    fun registerSupplier(vararg suppliers: SdComponentSupplier<*>)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy