Interface Artifact

All Superinterfaces:
Comparable<Artifact>
All Known Implementing Classes:
ActiveProjectArtifact, AttachedArtifact, DefaultArtifact, PluginArtifact, ProjectArtifact

public interface Artifact extends Comparable<Artifact>
Maven Artifact interface. Notice that it mixes artifact definition concepts (groupId, artifactId, version) with dependency information (version range, scope).