gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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.