ArtifactIdentifier

Deprecated

The identifier for a module artifact.

Deprecated

Will be removed in Gradle 9.0.

Functions

Link copied to clipboard
@Nullable
abstract fun getClassifier(): String
Returns the classifier of this artifact, if any.
Link copied to clipboard
@Nullable
abstract fun getExtension(): String
Returns the extension of this artifact.
Link copied to clipboard
Returns the identifier of the module that owns this artifact.
Link copied to clipboard
abstract fun getName(): String
Returns the name of this artifact.
Link copied to clipboard
abstract fun getType(): String
Returns the type of this artifact.