简体   繁体   English

vaadin与常春藤管理jpacontainer-addon

[英]vaadin manage jpacontainer-addon with ivy

I woult create a vaadin project in Eclipse, with vaadin plugin, that use eclipselink to persist data. 我将在Eclipse中使用vaadin插件创建一个vaadin项目,该项目使用eclipselink持久化数据。 This is first time I use it and I can't configure ivy to download automatically jpacontainer-addon. 这是我第一次使用它,我无法将ivy配置为自动下载jpacontainer-addon。 I looked for the proper configuration entry in http://mvnrepository.com , but I was able to find only the configuration for version 1.x while current is 3.1.1. 我在http://mvnrepository.com中寻找了正确的配置条目,但是当当前版本为3.1.1时,我只能找到版本1.x的配置。 Is there a way to manage jpacontainer dependency with ivy or must I do it manually? 有没有办法用常春藤管理jpacontainer依赖关系,还是必须手动进行?

Found by myself looking at the maven conf file of the addressbook-demo. 我是通过查看地址簿演示的maven conf文件发现的。 The dependency name is not jpacontainer-addon anymore but jpacontainer only. 依赖项名称不再是jpacontainer-addon,而是仅jpacontainer。

<dependency org="com.vaadin.addon" name="jpacontainer" rev="3.1.1"/>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM