Package-level declarations
This package contains classes that can be used to hold dependency information.
Types
Link copied to clipboard
Contains information about a TomTom Digital Cockpit appsuite dependency.
Link copied to clipboard
The source of IVI dependencies.
Link copied to clipboard
class IviPlatformInternalModuleReference(val moduleName: String, val version: String) : ModuleReference
Contains information about a TomTom Digital Cockpit platform internal dependency.
Link copied to clipboard
Contains information about a TomTom Digital Cockpit platform dependency.
Link copied to clipboard
open class ModuleReference(val groupName: String? = null, val moduleName: String, val packageName: String, val version: String? = null) : Serializable
Contains information about a dependency.