Package org.gradle.api.publish.maven
Interface MavenPomLicense
public interface MavenPomLicense
A license of a Maven publication.
- Since:
- 4.8
- See Also:
-
Method Summary
-
Method Details
-
getName
The name of this license. -
getUrl
The URL of this license. -
getDistribution
The distribution of this license. -
getComments
The comments of this license.
-