Groovy Documentation

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


interface MavenDependency

author:
Hans Dockter


Method Summary
java.lang.String getArtifactId()

java.lang.String getClassifier()

java.lang.String getGroupId()

List getMavenExcludes()

java.lang.String getScope()

java.lang.String getType()

java.lang.String getVersion()

boolean isOptional()

void write(PrintWriter writer)

 

Method Detail

getArtifactId

public java.lang.String getArtifactId()


getClassifier

public java.lang.String getClassifier()


getGroupId

public java.lang.String getGroupId()


getMavenExcludes

public List getMavenExcludes()


getScope

public java.lang.String getScope()


getType

public java.lang.String getType()


getVersion

public java.lang.String getVersion()


isOptional

public boolean isOptional()


write

public void write(PrintWriter writer)


 

Groovy Documentation