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
/
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
(
)
:
@
Nullable
String
Returns the name of the library this dependency refers to.
get
Project
Path
Link copied to clipboard
API
@
Nullable
abstract
fun
getProjectPath
(
)
:
@
Nullable
String
Returns the project path of the project this dependency refers to.