Package org.gradle.api.publish.maven
Interface MavenPomOrganization
public interface MavenPomOrganization
The organization of a Maven publication.
- Since:
- 4.8
- See Also:
- 
Method Summary
- 
Method Details- 
getNameThe name of this organization.
- 
getUrlThe URL of this organization.
 
-