api / org.gradle.api.artifacts.repositories / MavenArtifactRepository / getArtifactUrls

getArtifactUrls

abstract fun getArtifactUrls(): MutableSet<URI>

Returns the additional URLs to use to find artifact files. Note that these URLs are not used to find POM files.

Return
The additional URLs. Returns an empty list if there are no such URLs.