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
/
UnresolvedArtifactResult
Unresolved
Artifact
Result
API
interface
UnresolvedArtifactResult
:
ArtifactResult
(
source
)
An artifact that could not be resolved.
Since
2.0
Members
Functions
get
Failure
Link copied to clipboard
API
abstract
fun
getFailure
(
)
:
Throwable
The failure that occurred when the artifact was resolved.
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
ComponentArtifactIdentifier
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
Class
<
out
Artifact
>