Groovy Documentation

Package org.gradle.api.artifacts.resolution

Classes comprising the artifact resolution API.

 

Interface Summary
ArtifactResolutionQuery Resolves selected software artifacts of the given components.
ArtifactResolutionQueryResult The result of executing an artifact resolution query.
JvmLibrary Software component representing a JVM library.
JvmLibraryArtifact Base interface for the artifacts of a JVM library software component.
JvmLibraryJavadocArtifact An artifact containing sources for a JVM library software component.
JvmLibrarySourcesArtifact An artifact containing sources for a JVM library software component.
SoftwareArtifact An artifact of a software component.
SoftwareComponent A software component with resolved artifacts.
UnresolvedSoftwareComponent A software component that couldn't be resolved.
 


Gradle API 1.12