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

eu.sealsproject.platform.res.tool.api.IPlugin Maven / Gradle / Ivy

The newest version!
package eu.sealsproject.platform.res.tool.api;

public abstract interface IPlugin {

    public abstract String getId();

    public abstract String getVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy