Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.mod
/
DependencySpec
Dependency
Spec
data
class
DependencySpec
(
val
id
:
String
,
val
constraint
:
VersionConstraint
)
Dependency specification parsed from a metadata entry.
Members
Constructors
Dependency
Spec
Link copied to clipboard
constructor
(
id
:
String
,
constraint
:
VersionConstraint
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
constraint
Link copied to clipboard
val
constraint
:
VersionConstraint
id
Link copied to clipboard
val
id
:
String