gradle
8.3-rc-2
Java API
gradle
/
org.gradle.language
/
LibraryDependencies
Library
Dependencies
Java API
interface
LibraryDependencies
:
ComponentDependencies
Allows the API and implementation dependencies of a library to be specified.
Members
Functions
api
Link copied to clipboard
Java API
abstract
fun
api
(
notation
:
Any
)
abstract
fun
api
(
notation
:
Any
,
action
:
Action
<
out
Any
>
)
Adds an API dependency to this library.
implementation
Link copied to clipboard
Java API
abstract
fun
implementation
(
notation
:
Any
)