aliyun
fun RepositoryHandler.aliyun(repo: String = "public", descriptor: MavenRepositoryContentDescriptor.() -> Unit = {}): MavenArtifactRepository
Adds a Maven repository that is hosted by Alibaba Cloud.
The URLs for the repositories are as follows:
https://maven.aliyun.com/repository/central (default Maven Central repository)
https://maven.aliyun.com/repository/google (Google's Maven repository)
https://maven.aliyun.com/repository/jcenter (JFrog's JCenter repository)
https://maven.aliyun.com/repository/public (combines all of the above)
Return
the configured Maven repository.
Parameters
repo
the name of the repository to add.
descriptor
the configuration block for the Maven repository content descriptor.