Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@NeoOU
Created November 19, 2016 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NeoOU/57cd445d2d1af2b79c597c503e8c5b84 to your computer and use it in GitHub Desktop.
Save NeoOU/57cd445d2d1af2b79c597c503e8c5b84 to your computer and use it in GitHub Desktop.
alibaba maven mirror
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment