play框架maven仓库在哪里? [英] Where is the play framework maven repository?

查看:33
本文介绍了play框架maven仓库在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试使用 maven 依赖项神奇地编译我的代码.我在任何 3rd 方 Maven 存储库中都找不到 playframework.

Trying to get my code to compile magically using maven dependancies. I can't find the playframework on any 3rd party maven repository.

有人可以帮忙吗?我什至被部署在任何地方?

Can someone help ? I is even deployed anywhere ?

推荐答案

In typesafe Repo

In typesafe Repo

<repositories>
  <repository>
    <id>typesafe</id>
    <name>typesafe-releases</name>
    <url>https://repo.typesafe.com/typesafe/releases</url>
  </repository>
</repositories>

依赖是:

<dependency>
  <groupId>play</groupId>
  <artifactId>play_2.9.1</artifactId>
  <version>2.0.2</version>
</dependency>

这篇关于play框架maven仓库在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆