toggle menu
gradle
8.11.1
API
switch theme
search in API
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
>