ComponentDependencies@Incubating public interface LibraryDependencies extends ComponentDependencies
| Modifier and Type | Method | Description | 
|---|---|---|
| void | api(java.lang.Object notation) | Adds an API dependency to this library. | 
| void | api(java.lang.Object notation,
   Action<? super ExternalModuleDependency> action) | Adds an API dependency to this library. | 
implementation, implementationvoid api(java.lang.Object notation)
notation - The dependency notation, as per DependencyHandler.create(Object).void api(java.lang.Object notation,
         Action<? super ExternalModuleDependency> action)
notation - The dependency notation, as per DependencyHandler.create(Object).action - The action to run to configure the dependency.