带Maven的SmartGWT 3.0

sac*_*ale 3 smartgwt maven

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

And*_*wik 8

您是否尝试过: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>
Run Code Online (Sandbox Code Playgroud)