toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.publish.maven
/
MavenPomLicense
Maven
Pom
License
API
interface
MavenPomLicense
(
source
)
A license of a Maven publication.
Since
4.8
See also
Maven
Pom
Maven
Pom
License
Spec
Members
Functions
get
Comments
Link copied to clipboard
API
abstract
fun
getComments
(
)
:
Property
<
String
>
The comments of this license.
get
Distribution
Link copied to clipboard
API
abstract
fun
getDistribution
(
)
:
Property
<
String
>
The distribution of this license.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
Property
<
String
>
The name of this license.
get
Url
Link copied to clipboard
API
abstract
fun
getUrl
(
)
:
Property
<
String
>
The URL of this license.