convention-plugins
Toggle table of contents
v45
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
convention-plugins
common-conventions
/
io.technoirlab.conventions.common.api.metadata
/
LicenseInfo
License
Info
data
class
LicenseInfo
(
val
name
:
String
,
val
url
:
String
,
val
distribution
:
String
?
)
:
Serializable
(
source
)
Members
Constructors
License
Info
Link copied to clipboard
constructor
(
name
:
String
,
url
:
String
,
distribution
:
String
?
)
Properties
distribution
Link copied to clipboard
val
distribution
:
String
?
name
Link copied to clipboard
val
name
:
String
url
Link copied to clipboard
val
url
:
String