public interface Downloader
Modifier and Type | Method and Description |
---|---|
File |
download(String groupId,
String artifactId,
String version,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List remoteRepositories) |
File |
download(String groupId,
String artifactId,
String version,
File localRepository,
String[] remoteRepositories) |
static final String ROLE
File download(String groupId, String artifactId, String version, File localRepository, String[] remoteRepositories) throws DownloadException, DownloadNotFoundException
File download(String groupId, String artifactId, String version, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List remoteRepositories) throws DownloadException, DownloadNotFoundException
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.