avatar

ShīnChvën ✨

Effective Accelerationism

Powered by Druid

阿里云的Maven镜像

Sun Jan 05 2020

更新

阿里云镜像站上线了!

阿里的Maven镜像

在天朝开发Java怎么少得了使用阿里云的Maven镜像呢?

buildscript {
    repositories {
        maven{ url 'https://maven.aliyun.com/repository/apache-snapshots'}
        maven{ url 'https://maven.aliyun.com/repository/central'}
        maven{ url 'https://maven.aliyun.com/repository/google'}
        maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'}
        maven{ url 'https://maven.aliyun.com/repository/jcenter'}
        maven{ url 'https://maven.aliyun.com/repository/spring'}
        maven{ url 'https://maven.aliyun.com/repository/spring-plugin'}
        maven{ url 'https://maven.aliyun.com/repository/public'}
        maven{ url 'https://maven.aliyun.com/repository/releases'}
        maven{ url 'https://maven.aliyun.com/repository/snapshots'}
        maven{ url 'https://maven.aliyun.com/repository/grails-core'}
        maven{ url 'https://maven.aliyun.com/repository/mapr-public'}
    }
}