toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.platform.base
/
ProjectDependencySpec
Project
Dependency
Spec
API
@
Incubating
interface
ProjectDependencySpec
:
DependencySpec
(
source
)
A dependency onto 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
@
Nullable
abstract
fun
getLibraryName
(
)
:
String
Returns the name of the library this dependency refers to.
get
Project
Path
Link copied to clipboard
API
@
Nullable
abstract
fun
getProjectPath
(
)
:
String
Returns the project path of the project this dependency refers to.