Aalekh
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Aalekh
aalekh-model
/
com.aalekh.aalekh.model
/
CatalogEntry
Catalog
Entry
@
Serializable
data
class
CatalogEntry
(
val
alias
:
String
,
val
coordinates
:
String
,
val
version
:
String
?
=
null
)
(
source
)
A version-catalog entry: an alias, what it points at, and the version it resolves to.
Members
Constructors
Catalog
Entry
Link copied to clipboard
constructor
(
alias
:
String
,
coordinates
:
String
,
version
:
String
?
=
null
)
Properties
alias
Link copied to clipboard
val
alias
:
String
coordinates
Link copied to clipboard
val
coordinates
:
String
version
Link copied to clipboard
val
version
:
String
?