Interface MavenArtifact

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

public interface MavenArtifact
Base interface for a parameter that consumes Maven artifact details.
Since:
1.2.0
Author:
Ashley Scopes
  • Method Details

    • getGroupId

      String getGroupId()
    • getArtifactId

      String getArtifactId()
    • getVersion

      String getVersion()
    • getType

      @Nullable String getType()
    • getClassifier

      @Nullable String getClassifier()
    • getDependencyResolutionDepth

      @Nullable DependencyResolutionDepth getDependencyResolutionDepth()