Interface LibraryDependencies

All Superinterfaces:
BasicDependencies, org.gradle.api.artifacts.dsl.Dependencies

public interface LibraryDependencies extends BasicDependencies
The declarative dependencies DSL block for a library.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.artifacts.dsl.DependencyCollector
     

    Methods inherited from interface org.gradle.api.experimental.common.BasicDependencies

    getCompileOnly, getImplementation, getRuntimeOnly

    Methods inherited from interface org.gradle.api.artifacts.dsl.Dependencies

    constraint, constraint, constraint, constraint, getDependencyConstraintFactory, getDependencyFactory, getObjectFactory, getProject, module, module, project, project
  • Method Details

    • getApi

      org.gradle.api.artifacts.dsl.DependencyCollector getApi()