|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface DependencyArtifact
An Artifact represents an artifact included in a Dependency.
An artifact is an (immutable) value object.| Field Summary | |
|---|---|
String |
DEFAULT_TYPE
|
| Method Summary | |
|---|---|
String
|
getClassifier()
Returns the classifier of this dependency artifact. |
String
|
getExtension()
Returns the extension of this dependency artifact. |
String
|
getName()
Returns the name of the dependency artifact. |
String
|
getType()
Returns the type of the dependency artifact. |
String
|
getUrl()
Returns an URL under which this dependency artifact can be retrieved. |
| Field Detail |
|---|
public String DEFAULT_TYPE
| Method Detail |
|---|
public String getClassifier()
public String getExtension()
public String getName()
public String getType()
public String getUrl()
Gradle API 1.5