Interface MavenDependency


  • public interface MavenDependency
    A dependency declared as part of an MavenPublication.
    • Method Detail

      • getGroupId

        String getGroupId()
        The groupId value for this dependency.
      • getArtifactId

        String getArtifactId()
        The artifactId value for this dependency.
      • getVersion

        String getVersion()
        The version value for this dependency.