Groovy Documentation

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

org.gradle.api.artifacts.resolution.SoftwareArtifact
  org.gradle.api.artifacts.resolution.JvmLibraryArtifact
All Superinterfaces:
SoftwareArtifact

@Incubating
public interface JvmLibraryArtifact
extends SoftwareArtifact

Base interface for the artifacts of a JVM library software component.

Since:
1.12


Method Summary
 
Methods inherited from interface SoftwareArtifact
getFailure, getFile
 

Gradle API 1.12