ResolvedArtifact

Information about a resolved artifact.

Since

0.8

Functions

Link copied to clipboard
@Nullable
abstract fun getClassifier(): @Nullable String
Returns the classifier.
Link copied to clipboard
@Nullable
abstract fun getExtension(): @Nullable String
Returns the extension.
Link copied to clipboard
abstract fun getFile(): File
Returns the local file for this artifact.
Link copied to clipboard
Returns the id.
Link copied to clipboard
Returns the module which this artifact belongs to.
Link copied to clipboard
abstract fun getName(): String
Returns the name.
Link copied to clipboard
abstract fun getType(): String
Returns the type.