com.iwillfailyou.plugin.Urls Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-plugin Show documentation
Show all versions of java-plugin Show documentation
Iwillfailyou java plugin library
The newest version!
package com.iwillfailyou.plugin;
import java.net.URL;
public interface Urls {
URL forInspection(Inspection inspection) throws IwfyException;
}