playframework - 类型安全存储库和激活器的问题

标签 playframework typesafe

尝试创建新的 Play Framework 2.3 应用程序时,我收到 Unresolved 依赖项错误。我检查了存储库并且无法手动找到依赖项。

[error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.play#build-link;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#play-exceptions;2.3.0: not found
[error] unresolved dependency: com.typesafe.play#routes-compiler_2.10;2.3.0: not found
[error] unresolved dependency: com.typesafe#jse_2.10;1.0.0: not found
[error] unresolved dependency: com.typesafe#npm_2.10;1.0.0: not found
[error] unresolved dependency: com.typesafe#webdriver_2.10;1.0.0: not found

命令:
  • 激活器新应用 play-scala
  • 光盘应用
  • 活化剂运行
  • 最佳答案

    解决方法可以在here .简而言之:

    Same here. After I added a second resolver into my project/plugins.sbt the dependencies were successfully resolved.

    resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

    resolvers += "Typesafe repository mvn" at "http://repo.typesafe.com/typesafe/maven-releases/"



    结尾。

    关于playframework - 类型安全存储库和激活器的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23980859/

    相关文章:

    java - Play Framework 停留在同一页面然后更改语言

    scala - 图表创建错误 : requirement failed: The inlets [] and outlets [] must correspond to the inlets [in] and outlets [out]

    scala - sbt 不解析类型安全存储库

    scala - 如何在 Slick TableQuery 对象上默认应用过滤器?

    scala - 我可以在 Play Framework 2 中返回操作之前设置 cookie 吗?

    java - 无法从 javascript 获取 json 到运行中的 java

    java - 类型安全安装 : JDK not installed or found, 即使它们是

    java - 类型安全配置 : Load configuration from src/test/resources

    java - 所有者删除时违反参照完整性约束(OneToMany 单向)

    java - play框架全局设置响应头