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.
我有 Eclipse,安装了 eclipse-ide 插件,并选择了“sbt”作为构建器。我想使用第三方库,特别是 scala-breeze,但我不确定如何指示 eclipse/scala-ide 获取和安装它?
通过添加breeze依赖项sbt,然后运行sbt eclipse命令以配置所有内容。每次构建中的某些内容发生更改时,都必须运行该命令。
breeze
sbt
sbt eclipse