public class Resolver extends Object
| Constructor and Description |
|---|
Resolver() |
| Modifier and Type | Method and Description |
|---|---|
static URL[] |
get(String groupId,
String artifactId,
String version,
String repositoryUrl,
File repositoryPath)
Resolve a Maven artifact into an array of URLs for the artifact and all of its dependencies
|
public static URL[] get(String groupId, String artifactId, String version, String repositoryUrl, File repositoryPath) throws org.eclipse.aether.resolution.DependencyResolutionException
groupId - artifactId - version - repositoryUrl - repositoryPath - org.eclipse.aether.resolution.DependencyResolutionExceptionCopyright © 2016. All rights reserved.