Interface ArtifactAssociation

All Superinterfaces:
Comparable<ArtifactAssociation>

public interface ArtifactAssociation extends Comparable<ArtifactAssociation>
Created by IntelliJ IDEA.
Since:
1.0-alpha-3
Author:
Stephen Connolly
  • Method Details

    • getGroupId

      String getGroupId()
    • getArtifactId

      String getArtifactId()
    • isUsePluginRepositories

      boolean isUsePluginRepositories()
    • getArtifact

      org.apache.maven.artifact.Artifact getArtifact()