kt-mpp
Toggle table of contents
5.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kt-mpp
kt-mpp
/
io.github.gciatto.kt.mpp.publishing
/
Developer
Developer
data
class
Developer
(
val
name
:
String
,
val
url
:
String
?
,
val
email
:
String
?
,
val
org
:
Organization
?
)
Members
Constructors
Developer
Link copied to clipboard
constructor
(
name
:
String
,
url
:
String
?
,
email
:
String
?
,
org
:
Organization
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
email
Link copied to clipboard
val
email
:
String
?
name
Link copied to clipboard
val
name
:
String
org
Link copied to clipboard
val
org
:
Organization
?
url
Link copied to clipboard
val
url
:
String
?
Functions
apply
To
Link copied to clipboard
fun
applyTo
(
maven
:
MavenPomDeveloperSpec
)
to
Person
Link copied to clipboard
fun
toPerson
(
)
:
MutableMap
<
String
,
Any
?
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String