Interface ExcludeRule


public interface ExcludeRule
An ExcludeRule is used to describe transitive dependencies that should be excluded when resolving dependencies.
Since:
0.7
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The group key.
    static final String
    The module key.
  • Method Summary

    Modifier and Type
    Method
    Description
    The exact name of the organization or group that should be excluded.
    The exact name of the module that should be excluded.
  • Field Details

  • Method Details

    • getGroup

      String getGroup()
      The exact name of the organization or group that should be excluded.
      Since:
      1.0
    • getModule

      String getModule()
      The exact name of the module that should be excluded.
      Since:
      1.0