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"
更多关于SBT 维基