api / org.gradle.api.artifacts.maven / MavenPom / setArtifactId

setArtifactId

abstract fun setArtifactId(artifactId: String): MavenPom

Sets the artifact id for this POM.

See Also
org.apache.maven.model.Model#setArtifactId(String)

Return
this