Interface Downloader
- All Known Implementing Classes:
DefaultDownloader
public interface Downloader
- Author:
- Jason van Zyl
-
Method Summary
-
Method Details
-
download
File download(String groupId, String artifactId, String version, List<org.eclipse.aether.repository.RemoteRepository> remoteRepositories, org.eclipse.aether.RepositorySystemSession repositorySystemSession) throws DownloadException - Throws:
DownloadException
-