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

com.icthh.xm.commons.lep.groovy.storage.LepConnectionProvider Maven / Gradle / Ivy

There is a newer version: 4.0.20
Show newest version
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