Package org.gradle.api.component


@NonNullApi package org.gradle.api.component
Types for declaring and using Software Components.
Since:
1.4
  • Interfaces
    Class
    Description
    A component which can declare additional variants corresponding to features.
    An artifact of a software component that may be requested in the result of an artifact query.
    Represents a component that can be built.
    A software component that can be queried via the Artifact Query API.
    Represents a component that determines its publication coordinates.
    Represents a SoftwareComponent that provides one or more mutually exclusive children, or variants.
    The details object used to determine what to do with a configuration variant when publishing.
    Represents a component that can be published.
    A software component produced by a Gradle software project.
    A Container that contains all of the Software Components produced by a Project.
    A software component factory is responsible for providing to plugins a way to create software components.
    A software component variant, which has a number of artifacts, dependencies, constraints and capabilities, and that can be published to various formats (Gradle metadata, POM, ivy.xml, ...)