toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts.result
/
ArtifactResult
Artifact
Result
API
interface
ArtifactResult
(
source
)
The result of resolving an artifact.
Since
2.0
Inheritors
UnresolvedArtifactResult
ResolvedArtifactResult
Members
Functions
get
Id
Link copied to clipboard
API
abstract
fun
getId
(
)
:
ComponentArtifactIdentifier
Returns an identifier for this artifact.
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
Class
<
out
Artifact
>
Returns the type of this artifact.