Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GuiceのこのMavenリポジトリを見つけましたhttp://repo2.maven.org/maven2/com/google/inject/guice/3.0/
.sbtこれをファイルに挿入するにはどうすればよいですか?
.sbt
この行を追加します。
libraryDependencies += "com.google.inject" % "guice" % "3.0"
SBTWikiの詳細