Interface ModuleDependencySpec

    • Method Detail

      • getGroup

        String getGroup()
        The group of the module this dependency specification refers to.
        Returns:
        the module group name
      • getName

        String getName()
        The name of the module this dependency specification refers to.
        Returns:
        the module name
      • getVersion

        @Nullable
        String getVersion()
        The version range of the module this dependency specification refers to.
        Returns:
        the module version range