toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts.result
/
ResolvedArtifactResult
Resolved
Artifact
Result
API
interface
ResolvedArtifactResult
:
ArtifactResult
(
source
)
The result of successfully resolving an artifact.
Since
2.0
Members
Functions
get
File
Link copied to clipboard
API
abstract
fun
getFile
(
)
:
File
The file for the artifact.
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
ComponentArtifactIdentifier
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
Class
<
out
Artifact
>
get
Variant
Link copied to clipboard
API
abstract
fun
getVariant
(
)
:
ResolvedVariantResult
The variant that included this artifact.