public class DependencyResolverMain extends Object
Main class of dependency resolver.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FAILBACK_MAVEN_LOCAL_REPOSITORY_DIRECTORY |
Constructor and Description |
---|
DependencyResolverMain() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main entry of dependency resolver.
|
public static final String DEFAULT_FAILBACK_MAVEN_LOCAL_REPOSITORY_DIRECTORY
public static void main(String[] args) throws org.apache.commons.cli.ParseException, MalformedURLException
Main entry of dependency resolver.
args
- console argumentsorg.apache.commons.cli.ParseException
- If there’s parsing error on option parse.MalformedURLException
- If proxy URL is malformed.Copyright © 2019 The Apache Software Foundation. All Rights Reserved.