gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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.