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
-
getName
The name of this organization. -
getUrl
The URL of this organization.
-