Scala sbt 添加国内镜像
生活随笔
收集整理的這篇文章主要介紹了
Scala sbt 添加国内镜像
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
sbt運行時經常需要下載大量的jar包,默認連接到maven官網,速度通常比較慢。
在`~/.sbt/`下添加一個`repositories`文件,里面內容如下:
?
[root@ooccpp scala]# cat ~/.sbt/repositories [repositories] local nexus-aliyun:http://maven.aliyun.com/nexus/content/groups/public nexus-aliyun-ivy:http://maven.aliyun.com/nexus/content/groups/public/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] typesafe: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly?
轉載于:https://www.cnblogs.com/chenzechao/p/7668987.html
總結
以上是生活随笔為你收集整理的Scala sbt 添加国内镜像的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CodeForces 864E Fi
- 下一篇: java代码示例(6-3)