Groovy Documentation

org.gradle.api.artifacts.resolution
[Java] Interface SoftwareComponent


@Incubating
public interface SoftwareComponent

A software component with resolved artifacts. Implementations have the following equals contract: other != null && getClass() == other.getClass() && getId().equals(other.getId());

Since:
1.12


Method Summary
ComponentIdentifier getId()

 

Method Detail

getId

public ComponentIdentifier getId()


 

Gradle API 1.12