1 Star 0 Fork 21

heguangwu/play-community

forked from joymufeng/play-community 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sbt 774 Bytes
一键复制 编辑 原始数据 按行查看 历史
joymufeng 提交于 2017-09-29 10:25 . 首页新增在线阅读
name := """play-community"""
version := "1.1.0"
lazy val root = (project in file(".")).enablePlugins(PlayScala)
scalaVersion := "2.12.2"
resolvers += Resolver.sonatypeRepo("snapshots")
libraryDependencies ++= Seq(
guice, ws,
"org.scalatestplus.play" %% "scalatestplus-play" % "3.0.0" % Test,
"org.reactivemongo" % "play2-reactivemongo_2.12" % "0.12.5-play26",
"com.hankcs" % "hanlp" % "portable-1.3.4",
"org.roaringbitmap" % "RoaringBitmap" % "0.6.44",
"pl.allegro.tech" % "embedded-elasticsearch" % "2.2.0",
"com.typesafe.play" %% "play-mailer" % "6.0.0",
"com.typesafe.play" %% "play-mailer-guice" % "6.0.0",
"com.lightbend.play" %% "play-socket-io" % "1.0.0-beta-2",
"org.apache.pdfbox" % "pdfbox" % "2.0.7",
"org.jsoup" % "jsoup" % "1.10.3"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Scala
1
https://gitee.com/heguangwu007/play-community.git
git@gitee.com:heguangwu007/play-community.git
heguangwu007
play-community
play-community
master

搜索帮助