toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.component
/
ComponentWithCoordinates
Component
With
Coordinates
API
interface
ComponentWithCoordinates
:
SoftwareComponent
(
source
)
Represents a component that determines its publication coordinates.
Since
4.7
Inheritors
PublishableComponent
Members
Functions
get
Coordinates
Link copied to clipboard
API
abstract
fun
getCoordinates
(
)
:
ModuleVersionIdentifier
The publication coordinates for this component.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String