Package com.tomtom.ivi.platform.gradle.api.common.dependencies
This package contains classes that can be used to hold dependency information.
Types
Link copied to clipboard
class IviAppsuiteModuleReference(val moduleName: String) : ModuleReference
Content 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
Content copied to clipboard
Contains information about a TomTom Digital Cockpit platform internal dependency.
Link copied to clipboard
class IviPlatformModuleReference(val moduleName: String) : ModuleReference
Content 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
Content copied to clipboard
Contains information about a dependency.