Typesafe在SBT项目中将WS作为依赖项

Car*_*oth 7 dependencies frameworks scala sbt playframework

从Play Framework 2.3.x开始,Play WS是一个依赖库.参考:

http://playframework.com/documentation/2.3.x/Migration23

如何将其包含在SBT项目中?

回答:

"com.typesafe.play" %% "play-ws" % "2.3.1"
Run Code Online (Sandbox Code Playgroud)

小智 1

对于任何绊倒的人来说,最好添加以下行:

libraryDependencies += javaWs
Run Code Online (Sandbox Code Playgroud)