Groovy Documentation

org.gradle.api.publication.maven
[Groovy] Interface MavenDependency


interface MavenDependency

Method Summary
java.lang.String getArtifactId()

java.lang.String getClassifier()

java.lang.String getGroupId()

MavenScope getScope()

java.lang.String getVersion()

boolean isOptional()

 

Method Detail

getArtifactId

java.lang.String getArtifactId()


getClassifier

java.lang.String getClassifier()


getGroupId

java.lang.String getGroupId()


getScope

MavenScope getScope()


getVersion

java.lang.String getVersion()


isOptional

boolean isOptional()


 

Groovy Documentation