【发布时间】:2014-08-23 01:16:21
【问题描述】:
从 Play Framework 2.3.x 开始,Play WS 是一个依赖库。参考:
http://playframework.com/documentation/2.3.x/Migration23
如何将其包含在 SBT 项目中?
答案:
"com.typesafe.play" %% "play-ws" % "2.3.1"
【问题讨论】:
标签: scala playframework frameworks dependencies sbt