加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sbt 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
rhuang 提交于 2014-11-18 09:17 . init all
name := "web-crawler"
scalaVersion := "2.11.2"
resolvers += "codahale" at "http://repo.codahale.com"
resolvers += "Akka Snapshot Repository" at "http://repo.akka.io/snapshots/"
unmanagedBase := baseDirectory.value / "akka-lib"
libraryDependencies += "commons-httpclient" % "commons-httpclient" % "3.1"
libraryDependencies += "org.jsoup" % "jsoup" % "1.6.3"
libraryDependencies += "org.scalaj" %% "scalaj-http" % "0.3.16"
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化