public interface DependencyArtifact
An Artifact represents an artifact included in a Dependency.
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
DEFAULT_TYPE |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
String getName()
String getType()
getExtension()String getExtension()
getType()String getClassifier()
String getUrl()