com.icthh.xm.commons.lep.groovy.storage.LepConnectionProvider Maven / Gradle / Ivy
package com.icthh.xm.commons.lep.groovy.storage;
import groovy.util.ResourceException;
import java.net.URLConnection;
@FunctionalInterface
public interface LepConnectionProvider {
URLConnection get() throws ResourceException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy