public interface DependencyArtifact
An Artifact
represents an artifact included in a Dependency
.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_TYPE |
Modifier and Type | Method and Description |
---|---|
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.
|
static final String DEFAULT_TYPE
String getName()
String getType()
getExtension()
String getExtension()
getType()
String getClassifier()
String getUrl()