Interface IvyDependency


@Incubating public interface IvyDependency
A module dependency declared in an ivy dependency descriptor published as part of an IvyPublication.
  • Method Summary

    Modifier and Type
    Method
    Description
    The configuration mapping string that will be output for this dependency.
    The module value for this dependency.
    The organisation value for this dependency.
    The revision value for this dependency.
    boolean
    The transitive value for this dependency.
  • Method Details

    • getOrganisation

      String getOrganisation()
      The organisation value for this dependency.
    • getModule

      String getModule()
      The module value for this dependency.
    • getRevision

      String getRevision()
      The revision value for this dependency.
    • getConfMapping

      String getConfMapping()
      The configuration mapping string that will be output for this dependency. A null value indicates that no "conf" attribute will be written for this dependency.
      Returns:
      the configuration mapping
    • isTransitive

      boolean isTransitive()
      The transitive value for this dependency.
      Since:
      3.1