gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.api.publish.maven
/
MavenDependency
Maven
Dependency
interface
MavenDependency
A dependency declared as part of an
MavenPublication
.
Members
Functions
get
Artifact
Id
Link copied to clipboard
abstract
fun
getArtifactId
(
)
:
String
The artifactId value for this dependency.
get
Group
Id
Link copied to clipboard
abstract
fun
getGroupId
(
)
:
String
The groupId value for this dependency.
get
Type
Link copied to clipboard
@
Nullable
abstract
fun
getType
(
)
:
String
The type value for this dependency.
get
Version
Link copied to clipboard
abstract
fun
getVersion
(
)
:
String
The version value for this dependency.