Package org.gradle.api.publish.ivy
Interface IvyModuleDescriptorLicense
public interface IvyModuleDescriptorLicense
A license of an Ivy publication.
- Since:
- 4.8
- See Also:
- 
Method Summary
- 
Method Details- 
getNameThe name of this license.
- 
getUrlThe URL of this license.
 
-