请问如何将 smartGwt 2.3 与 play 集成?,我使用的是 GWT2 [gwt2] 模块 1.8,但我不知道如何添加 smartgwt 组件

最佳答案

好吧,它以这种配置运行

require:
    - play
    - play -> gwt2 1.8

    - com.google.gwt -> gwt-user 2.3.0
    - com.google.gwt -> gwt-dev 2.3.0
    - com.smartgwt -> smartgwt 2.5


repositories:
    - smartgwt:
        type: iBiblio
        root: "http://www.smartclient.com/maven2/"
        contains:
            - com.smartgwt -> *

10-08 19:46