| Package | Description |
|---|---|
| org.gradle.api.artifacts |
Classes for declaring and using artifacts and artifact dependencies.
|
| org.gradle.api.internal.artifacts.dependencies | |
| org.gradle.api.internal.notations |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileCollectionDependency
A
FileCollectionDependency is a Dependency on a collection of local files which are not stored in a
repository. |
interface |
ProjectDependency
A
ProjectDependency is a Dependency on another project in the current project hierarchy. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProjectDependency |
class |
DefaultSelfResolvingDependency |
| Modifier and Type | Method and Description |
|---|---|
SelfResolvingDependency |
DefaultSelfResolvingDependency.copy() |
| Modifier and Type | Method and Description |
|---|---|
SelfResolvingDependency |
DependencyClassPathNotationParser.parseType(DependencyFactory.ClassPathNotation notation) |
SelfResolvingDependency |
DependencyFilesNotationParser.parseType(FileCollection notation) |
Copyright © 2013. All rights reserved