0 Star 0 Fork 19

JhonWhite / 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"
)
Scala
1
https://gitee.com/jhonwhite/play-community.git
git@gitee.com:jhonwhite/play-community.git
jhonwhite
play-community
play-community
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891