org.sonatype.aether.util.artifact
Class JavaScopes
java.lang.Object
org.sonatype.aether.util.artifact.JavaScopes
public final class JavaScopes
- extends Object
The dependency scopes used for Java dependencies.
- Author:
- Benjamin Bentmann
- See Also:
Dependency.getScope()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPILE
public static final String COMPILE
- See Also:
- Constant Field Values
PROVIDED
public static final String PROVIDED
- See Also:
- Constant Field Values
SYSTEM
public static final String SYSTEM
- See Also:
- Constant Field Values
RUNTIME
public static final String RUNTIME
- See Also:
- Constant Field Values
TEST
public static final String TEST
- See Also:
- Constant Field Values
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.