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

getUrl

abstract fun getUrl(): URI

The base URL of this repository. This URL is used to find both POMs and artifact files. You can add additional URLs to use to look for artifact files, such as jars, using .

Return
The URL.