api / org.gradle.api.component / Component

Component

@Incubating interface Component

A software component that can be queried via the Artifact Query API.

Since
2.0

Inheritors

Application

interface Application : Component

A software application.

IvyModule

interface IvyModule : Component

An Ivy Module component.

Library

interface Library : Component

A library that can be linked into or depended on by another software element.

MavenModule

interface MavenModule : Component

A Maven Module component.