component-installation-plugin / com.intershop.gradle.component.installation.utils.data / Artifact / getArtifact

getArtifact

@JvmStatic fun getArtifact(name: String, type: String, extension: String, classifier: String): Artifact

Get an artifact for the specified parameters. The classifier is verified with current OS.

Parameters

name - name of the artifact.

type - type of artifact.

extension - extensions of artifact.

classifier - classifier of the artifact.