var artifacts: ArtifactDependency?
Artifact dependency settings or null if there should be no artifact dependency
fun artifacts(init: ArtifactDependency.() -> Unit): Unit
Configures artifact dependency. When this block is missing, no artifact dependency will be added.