api / org.gradle.api.component / ComponentWithCoordinates

ComponentWithCoordinates

@Incubating interface ComponentWithCoordinates : SoftwareComponent

Represents a component that determines its publication coordinates.

Since
4.7

Functions

getCoordinates

abstract fun getCoordinates(): ModuleVersionIdentifier

The publication coordinates for this component.

Inheritors

PublishableComponent

interface PublishableComponent : SoftwareComponent, ComponentWithCoordinates

Represents a component that can be published.