Interface MavenDependency


@Incubating public interface MavenDependency
A dependency declared as part of an MavenPublication.
  • Method Summary

    Modifier and Type
    Method
    Description
    The artifactId value for this dependency.
    The groupId value for this dependency.
    The version value for this dependency.
  • Method Details

    • 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.