toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts
/
ResolvedArtifact
Resolved
Artifact
API
interface
ResolvedArtifact
(
source
)
Information about a resolved artifact.
Members
Functions
get
Classifier
Link copied to clipboard
API
@
Nullable
abstract
fun
getClassifier
(
)
:
String
get
Extension
Link copied to clipboard
API
@
Nullable
abstract
fun
getExtension
(
)
:
String
get
File
Link copied to clipboard
API
abstract
fun
getFile
(
)
:
File
Returns the local file for this artifact.
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
ComponentArtifactIdentifier
get
Module
Version
Link copied to clipboard
API
abstract
fun
getModuleVersion
(
)
:
ResolvedModuleVersion
Returns the module which this artifact belongs to.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
String