Skip to content

Instantly share code, notes, and snippets.

@LeonDevLifeLog
Last active August 14, 2018 14:08
Show Gist options
  • Save LeonDevLifeLog/2b6a92ef0e6f5a034088290de1e2717c to your computer and use it in GitHub Desktop.
Save LeonDevLifeLog/2b6a92ef0e6f5a034088290de1e2717c to your computer and use it in GitHub Desktop.
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
maven{ url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
<repositories>
<repository>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</repository>
</repositories>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment