Last active
August 5, 2016 06:46
-
-
Save ephemeralsnow/3e38ae4544dc8412c3f9 to your computer and use it in GitHub Desktop.
GoogleのMaven Central mirrorをsbtで使う
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://takari.io/2015/10/28/google-maven-central.html | |
[repositories] | |
local | |
activator-launcher-local: file://${activator.local.repository-${activator.home-/doesnotexist}/repository}, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] | |
activator-local: file://${activator.local.repository-/usr/local/Cellar/typesafe-activator/1.3.2/libexec/repository}, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] | |
google-maven-central: https://maven-central.storage.googleapis.com | |
maven-central | |
typesafe-releases: http://repo.typesafe.com/typesafe/releases | |
typesafe-ivy-releasez: http://repo.typesafe.com/typesafe/ivy-releases, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment