MavenDependency

interface MavenDependency

A dependency declared as part of an MavenPublication.

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.