toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts
/
ArtifactIdentifier
Artifact
Identifier
API
interface
ArtifactIdentifier
(
source
)
Deprecated
The identifier for a module artifact.
Deprecated
Will be removed in Gradle 9.0.
Members
Functions
get
Classifier
Link copied to clipboard
API
@
Nullable
abstract
fun
getClassifier
(
)
:
String
Returns the classifier of this artifact, if any.
get
Extension
Link copied to clipboard
API
@
Nullable
abstract
fun
getExtension
(
)
:
String
Returns the extension of this artifact.
get
Module
Version
Identifier
Link copied to clipboard
API
abstract
fun
getModuleVersionIdentifier
(
)
:
ModuleVersionIdentifier
Returns the identifier of the module that owns this artifact.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of this artifact.
get
Type
Link copied to clipboard
API
abstract
fun
getType
(
)
:
String
Returns the type of this artifact.