我找不到 maven 的 SmartGWT 3.0 条目。
对于 2.4,我找到了以下链接:
http://code.google.com/p/smartgwt/wiki/NightlyBuilds_and_MavenRepository

最佳答案

你有没有试过: http://www.smartclient.com/maven2/com/smartgwt/smartgwt/3.0/smartgwt-3.0.pom

存储库:http://www.smartclient.com/maven2

<dependency>
    <groupId>com.smartgwt</groupId>
    <artifactId>smartgwt</artifactId>
    <version>3.0</version>
</dependency>

关于maven - 带有 Maven 的 SmartGWT 3.0,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13859022/

10-10 03:11