UniPub
Toggle table of contents
1.0.9
jvm
Platform filter
jvm
Switch theme
Search in API
UniPub
UniPub
/
dev.mtctx.unipub
/
ProjectInfo
Project
Info
data
class
ProjectInfo
(
_name
:
String
,
_id
:
String
,
_description
:
String
,
_version
:
String
,
_inceptionYear
:
String
,
_groupId
:
String
,
_url
:
String
,
val
licenses
:
List
<
License
>
,
val
scm
:
ProjectInfo.SCM
)
(
source
)
Members
Constructors
Project
Info
Link copied to clipboard
constructor
(
_name
:
String
,
_id
:
String
,
_description
:
String
,
_version
:
String
,
_inceptionYear
:
String
,
_groupId
:
String
,
_url
:
String
,
licenses
:
List
<
License
>
,
scm
:
ProjectInfo.SCM
)
Types
SCM
Link copied to clipboard
data
class
SCM
(
_url
:
String
,
_connection
:
String
,
_developerConnection
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
group
Id
Link copied to clipboard
val
groupId
:
String
id
Link copied to clipboard
val
id
:
String
inception
Year
Link copied to clipboard
val
inceptionYear
:
String
licenses
Link copied to clipboard
val
licenses
:
List
<
License
>
name
Link copied to clipboard
val
name
:
String
scm
Link copied to clipboard
val
scm
:
ProjectInfo.SCM
url
Link copied to clipboard
val
url
:
String
version
Link copied to clipboard
val
version
:
String