Groovy Documentation

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

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

@Incubating
public interface JvmLibrarySourcesArtifact
extends JvmLibraryArtifact

An artifact containing sources for a JVM library software component.

Since:
1.12


Method Summary
 
Methods inherited from interface SoftwareArtifact
getFailure, getFile
 

Gradle API 1.12