Groovy Documentation

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

org.gradle.api.artifacts.resolution.SoftwareComponent
  org.gradle.api.artifacts.resolution.JvmLibrary
All Superinterfaces:
SoftwareComponent

@Incubating
public interface JvmLibrary
extends SoftwareComponent

Software component representing a JVM library.

Since:
1.12


Method Summary
Set getJavadocArtifacts()

Set getSourcesArtifacts()

 
Methods inherited from interface SoftwareComponent
getId
 

Method Detail

getJavadocArtifacts

public Set getJavadocArtifacts()


getSourcesArtifacts

public Set getSourcesArtifacts()


 

Gradle API 1.12