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

netflix.nebula.dependency.recommender.provider.InputStreamProvider Maven / Gradle / Ivy

Go to download

Allows projects to leave off version numbers in dependencies section and have versions recommended by other sources

The newest version!
package netflix.nebula.dependency.recommender.provider;

import java.io.InputStream;

public interface InputStreamProvider {
    InputStream getInputStream() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy