美文网首页Scala
scala sbt使用阿里云的maven repository

scala sbt使用阿里云的maven repository

作者: 天玑云象 | 来源:发表于2017-12-24 22:16 被阅读1418次

在中国,sbt访问maven-central很慢,可以改用阿里云的maven repository,或者jcenter作为备选

.sbt目录下,新建或修改repositories文件

[repositories]
local
aliyun: http://maven.aliyun.com/nexus/content/groups/public
jcenter: http://jcenter.bintray.com
typesafe: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly

相关文章

网友评论

    本文标题:scala sbt使用阿里云的maven repository

    本文链接:https://www.haomeiwen.com/subject/awqkgxtx.html