public static final String
SCOPE_ANNOTATION_PROCESSOR
"annotationProcessor"
SCOPE_COMPILE
"compile"
SCOPE_COMPILE_ONLY
"compileOnly"
SCOPE_PROVIDED
"provided"
SCOPE_RUNTIME
"runtime"
SCOPE_TEST
"test"