A type representing a mod's dependencies.
The map takes the mod's ID as the key and the required version as the value.
The version follows the Semantic Versioning format, with *.*.*
meaning any version.
Alias
alias for
Map<String, thx.semver.VersionRule>