open fun addExclusion(exclusion: String): ResolutionOptions
Adds an exclusion. The excluded dependencies and its children would not be resolved. The exclusion is given under the following form: groupId:artifactId.
exclusion - the exclusion to add
Return
the current ResolutionOptions instance