Interface ExcludeRule


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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • 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.
    • getModule

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