MavenDependency

Deprecated

A dependency declared as part of an MavenPublication.

Deprecated

This type is not referenced by any other public API classes. It will be removed in Gradle 9.0

Functions

Link copied to clipboard
abstract fun getArtifactId(): String
The artifactId value for this dependency.
Link copied to clipboard
abstract fun getGroupId(): String
The groupId value for this dependency.
Link copied to clipboard
@Nullable
abstract fun getType(): String
The type value for this dependency.
Link copied to clipboard
abstract fun getVersion(): String
The version value for this dependency.