Package org.gradle.api.component
Types for declaring and using Software Components.
- Since:
- 1.4
-
Interface Summary Interface Description Artifact An artifact of a software component that may be requested in the result of an artifact query.Component A software component that can be queried via the Artifact Query API.ComponentWithVariants Represents aSoftwareComponent
that provides one or more mutually exclusive children, or variants.SoftwareComponent A software component produced by a Gradle software project.SoftwareComponentContainer A Container that contains all of the Software Components produced by a Project.