Groovy Documentation

org.gradle.api.internal.artifacts.publish.maven.dependencies
Interface MavenExclude


interface MavenExclude

author:
Hans Dockter


Method Summary
java.lang.String getArtifactId()

java.lang.String getGroupId()

void write(PrintWriter writer)

 

Method Detail

getArtifactId

public java.lang.String getArtifactId()


getGroupId

public java.lang.String getGroupId()


write

public void write(PrintWriter writer)


 

Groovy Documentation