toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.platform.base
/
LibraryBinaryDependencySpec
Library
Binary
Dependency
Spec
API
@
Incubating
interface
LibraryBinaryDependencySpec
:
DependencySpec
(
source
)
A dependency onto a specific binary of a library published by a project.
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Library
Name
Link copied to clipboard
API
abstract
fun
getLibraryName
(
)
:
String
Returns the name of the library this dependency refers to.
get
Project
Path
Link copied to clipboard
API
abstract
fun
getProjectPath
(
)
:
String
Returns the project path of the project this dependency refers to.
get
Variant
Link copied to clipboard
API
abstract
fun
getVariant
(
)
:
String
Returns the variant of this binary.