getJvmDependencyResults

fun Project.getJvmDependencyResults(): Provider<List<ResolvedDependencyResult>>(source)

Lazily returns a list of this module's direct JVM dependencies (no transitive dependencies included).

See also

for a way to check if a specific dependency is included in this list.