Interface MavenArtifact

All Known Subinterfaces:
MavenDependency, MavenProtocPlugin
All Known Implementing Classes:
ImmutableMavenDependency, ImmutableMavenProtocPlugin, MavenDependencyBean, MavenProtocPluginBean

public interface MavenArtifact
Base interface for a parameter that references a deployed Maven artifact somewhere.

Implementation interfaces should extend this type rather than using it directly.

Since:
1.2.0
Author:
Ashley Scopes
  • Method Details

    • getGroupId

      String getGroupId()
    • getArtifactId

      String getArtifactId()
    • getVersion

      @Nullable String getVersion()
    • getType

      @Nullable String getType()
    • getClassifier

      @Nullable String getClassifier()