| Type | Name and description |
|---|---|
java.lang.Object |
artifact(java.lang.String dep, groovy.lang.Closure... enablePrefixClosure)add dep to the list of dependencies to retrieve |
java.lang.Object |
artifact(java.util.Map m, groovy.lang.Closure... enablePrefixClosure)add dep to the list of dependencies to retrieve |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
set by a closure to let the user choose if he/she wants to disable prefixing the artifact with 'lib'
add dep to the list of dependencies to retrieve
dep
- handle String notation ex: artifact com.snappydb:snappydb-native:0.2.+ add dep to the list of dependencies to retrieve
dep
- artifact group: 'com.snappydb', name: 'snappydb-native', version: '0.2.0'
Note: if the user doesn't specify the optional 'classifier', this method will add
all the supported architectures to this dependencies ('armeabi', 'armeabi-v7a', 'x86' and 'mips')