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

com.h3xstream.retirejs.repo.dl.Downloader Maven / Gradle / Ivy

There is a newer version: 3.0.4
Show newest version
package com.h3xstream.retirejs.repo.dl;

import java.io.File;
import java.io.IOException;
import java.net.MalformedURLException;

public interface Downloader {

    void downloadUrlToFile(String url, File file) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy