- All Known Subinterfaces:
Dependency
- All Known Implementing Classes:
Project
public interface Artifact
Represents a build component.
An artifact can refer to the project or its dependencies, it must be uniquely identified by its group and name.
- Since:
- 1.4
- Author:
- Jeremy Kuhn
- See Also:
-
-
Method Summary
Returns the group the artifact belongs to.
Returns the name of the artifact.
Returns the version of the artifact.
-
Method Details
-
getGroup
Returns the group the artifact belongs to.
- Returns:
- the group
-
getName
Returns the name of the artifact.
- Returns:
- the name
-
getVersion
Returns the version of the artifact.
- Returns:
- the version