Methods
Type Params |
Return Type |
Name and description |
|
Dependency |
dependency(Dependency dependency)
|
|
Dependency |
dependency(String gavNotation)
|
|
Dependency |
dependency(String name, String gavNotation)
|
|
Dependency |
dependency(String name, String gavNotation, Action<? super DependencySpec> action)
|
|
Dependency |
dependency(String name, String gavNotation, Closure<Void> action)
|
|
Dependency |
dependency(String gavNotation, Action<? super DependencySpec> action)
|
|
Dependency |
dependency(String gavNotation, Closure<Void> action)
|
|
Dependency |
findDependency(String nameOrGa)
|
|
Dependency |
findDependencyByGA(String groupId, String artifactId)
|
|
Dependency |
findDependencyByName(String name)
|
|
Platform |
findPlatform(String nameOrGa)
|
|
Platform |
findPlatformByGA(String groupId, String artifactId)
|
|
Platform |
findPlatformByName(String name)
|
|
String |
ga(String nameOrGa, String moduleName)
|
|
String |
gav(String nameOrGa)
|
|
String |
gav(String nameOrGa, String moduleName)
|
|
Map<String, Dependency> |
getDependencies()
|
|
Dependency |
getDependency(String nameOrGa)
|
|
Platform |
getPlatform(String nameOrGa)
|
|
static void |
merge(DependencyManagementImpl o1, DependencyManagementImpl o2)
|
|
Platform |
platform(String gavNotation)
|
|
Platform |
platform(String name, String gavNotation)
|
|
Platform |
platform(String name, String gavNotation, Action<? super PlatformSpec> action)
|
|
Platform |
platform(String name, String gavNotation, Closure<Void> action)
|
|
void |
registerDeferredPlatformModule(Project project, String configuration, Platform platform, String moduleName, Closure configurer)
|
|
void |
resolve()
|
|
Map<String, Collection<Object>> |
toMap()
|