gradle
8.3-rc-1
Java API
gradle
/
org.gradle.api.artifacts
/
ResolvedArtifact
Resolved
Artifact
Java API
interface
ResolvedArtifact
Information about a resolved artifact.
Members
Functions
get
Classifier
Link copied to clipboard
Java API
@
Nullable
abstract
fun
getClassifier
(
)
:
String
get
Extension
Link copied to clipboard
Java API
@
Nullable
abstract
fun
getExtension
(
)
:
String
get
File
Link copied to clipboard
Java API
abstract
fun
getFile
(
)
:
File
Returns the local file for this artifact.
get
Id
Link copied to clipboard
Java API
abstract
fun
getId
(
)
:
ComponentArtifactIdentifier
get
Module
Version
Link copied to clipboard
Java API
abstract
fun
getModuleVersion
(
)
:
ResolvedModuleVersion
Returns the module which this artifact belongs to.
get
Name
Link copied to clipboard
Java API
abstract
fun
getName
(
)
:
String
get
Type
Link copied to clipboard
Java API
abstract
fun
getType
(
)
:
String