getExtension

abstract fun getExtension(): String(source)

Returns the extension of this published artifact. Often the extension is the same as the type, but sometimes this is not the case. For example for an ivy XML module descriptor, the type is ivy and the extension is xml.

Return

The extension. Never null.