@CompileStatic class DependencyUtils extends Object
Constructor and description |
---|
DependencyUtils
() |
Type Params | Return Type | Name and description |
---|---|---|
|
static Dependency |
dependency(String name, String groupId, String artifactId, String version) |
|
static Dependency |
dependency(String name, String groupId, String artifactId, String version, Set<String> moduleNames) |
|
static DependencySpec |
parseDependency(Project rootProject, String notation) |
|
static DependencySpec |
parseDependency(Project rootProject, String name, String notation) |
|
static DependencySpec |
parsePartialDependency(Project rootProject, String notation) |
|
static PlatformSpec |
parsePartialPlatform(Project rootProject, String notation) |
|
static PlatformSpec |
parsePlatform(Project rootProject, String notation) |
|
static PlatformSpec |
parsePlatform(Project rootProject, String name, String notation) |
|
static Platform |
platform(String name, String groupId, String artifactId, String version) |