All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.name.remal.gradle_plugins.dsl.extensions.org.gradle.api.artifacts.ComponentSelection.kt Maven / Gradle / Ivy

The newest version!
package name.remal.gradle_plugins.dsl.extensions

import name.remal.gradle_plugins.dsl.utils.DependencyNotationMatcher
import org.gradle.api.artifacts.ComponentSelection

val ComponentSelection.notation get() = candidate.notation

fun DependencyNotationMatcher.matches(selection: ComponentSelection) = matches(selection.candidate)
fun DependencyNotationMatcher.notMatches(selection: ComponentSelection) = !matches(selection.candidate)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy