Interface MavenDependency


@Deprecated public interface MavenDependency
Deprecated.
This type is not referenced by any other public API classes. It will be removed in Gradle 9.0
A dependency declared as part of an MavenPublication.
  • Method Summary

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

    • getGroupId

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

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

      String getVersion()
      Deprecated.
      The version value for this dependency.
    • getType

      @Nullable String getType()
      Deprecated.
      The type value for this dependency.