Package org.gradle.language
Interface LibraryDependencies
- All Superinterfaces:
- ComponentDependencies
Allows the API and implementation dependencies of a library to be specified.
- Since:
- 4.6
- 
Method SummaryMethods inherited from interface org.gradle.language.ComponentDependenciesimplementation, implementation
- 
Method Details- 
apiAdds an API dependency to this library. An API dependency is made visible to consumers that are compiled against this component.- Parameters:
- notation- The dependency notation, as per- DependencyHandler.create(Object).
 
- 
apiAdds an API dependency to this library. An API dependency is made visible to consumers that are compiled against this component.- Parameters:
- notation- The dependency notation, as per- DependencyHandler.create(Object).
- action- The action to run to configure the dependency.
 
 
-